Input Action
class InputAction
Represents an action attached to a text input field.
Constructors
Link copied to clipboard
constructor(title: String = "", style: InputActionStyle = InputActionStyle.Plain, icon: InputActionIcon? = null, hidesSharedBackground: Boolean = false, separatesSharedBackground: Boolean = false, onClick: () -> Unit)
Properties
Link copied to clipboard
Whether the native action item should opt out of the shared toolbar background when the platform supports that behavior.
Link copied to clipboard
Optional platform-native icon shown instead of the title when supported.
Link copied to clipboard
Whether this item represents a flexible spacer instead of a tappable action button.
Link copied to clipboard
Whether a zero-width native separator should be inserted next to this item so adjacent action groups retain their own backgrounds.
Link copied to clipboard
Presentation style used by the native action bar.