SpeedDialScope

interface SpeedDialScope

The scope in which each StylishSpeedDial action is composed.

Receivers of the actions slot lambda use index to know which item they are rendering and expanded to react to the dial's state (e.g. swap an icon while open).

See also

Properties

Link copied to clipboard
abstract val expanded: Boolean

Whether the dial is currently expanded.

Link copied to clipboard
abstract val index: Int

The zero-based position of this action among the dial's actions.