StreamIconStyle

data class StreamIconStyle(val default: IconStyle, val pressed: IconStyle, val disabled: IconStyle) : StreamStateStyle<IconStyle>

Contains state styles for the icon.

Constructors

Link copied to clipboard
constructor(default: IconStyle, pressed: IconStyle, disabled: IconStyle)

Properties

Link copied to clipboard
open override val default: IconStyle

Default style for the component.

Link copied to clipboard
open override val disabled: IconStyle

Disabled style for the component

Link copied to clipboard
open override val pressed: IconStyle

Pressed style for the component

Inherited functions

Link copied to clipboard

Get the style based on StyleState.