🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

SearchBarValue

Possible values of SearchBarState.

Source set: Common
public enum class SearchBarValue {
    /** The state of the search bar when it is collapsed. */
    Collapsed,

    /** The state of the search bar when it is expanded. */
    Expanded,
}

Possible values of SearchBarState.

Members

Collapsed

Source set: Common
Collapsed

The state of the search bar when it is collapsed.

Expanded

Source set: Common
Expanded

The state of the search bar when it is expanded.

Content updated: