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

TextToolbarStatus

Status of the TextToolbar.

Source set: Common
public enum class TextToolbarStatus {
    /** The [TextToolbar] is shown. */
    Shown,
    /** The [TextToolbar] is hidden. */
    Hidden,
}

Status of the TextToolbar.

Members

Shown

Source set: Common
Shown

The TextToolbar is shown.

Hidden

Source set: Common
Hidden

The TextToolbar is hidden.