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.