KPSearchBarSize

sealed interface KPSearchBarSize

The KPSearchBarSize sealed interface defines the possible sizes for the search bar. It includes two predefined sizes: Small and Medium.

Types

Link copied to clipboard
data object Medium : SearchBarSize
Link copied to clipboard
data object Small : SearchBarSize