StreamStateStyle

Stream style container, containing multiple styles

Inheritors

Properties

Link copied to clipboard
abstract val default: T

Default style for the component.

Link copied to clipboard
abstract val disabled: T

Disabled style for the component

Link copied to clipboard
abstract val pressed: T

Pressed style for the component

Functions

Link copied to clipboard
open fun of(state: StyleState): State<T>

Get the style based on StyleState.