Properties

Link copied to clipboard

the ButtonStateStyle.ImageOnly that the button is in by default

Link copied to clipboard

the ButtonStateStyle.ImageOnly that the button is in when disabled

Link copied to clipboard
open override val imageSize: ImageSize
Link copied to clipboard
open override val padding: Padding

the Padding of the content of the button

Link copied to clipboard

the ButtonStateStyle.ImageOnly that the button is in when pressed

Functions

Link copied to clipboard
open fun getStateImage(isEnabled: Boolean, isPressed: Boolean): ButtonImage

Gets the ButtonImage of the button depending on the state

Link copied to clipboard
open fun getStateStyle(isEnabled: Boolean, isPressed: Boolean): ButtonStateStyle.ImageOnly

Gets the StateStyle of the button depending on the state