Function

triStateToggleIndeterminate

Defines a Style to be applied when the component is StyleState.triStateToggle is ToggleableState.Indeterminate.

triStateToggleIndeterminate

Source set: Common
@ExperimentalFoundationStyleApi
fun StyleScope.triStateToggleIndeterminate(value: Style)

Defines a Style to be applied when the component is StyleState.triStateToggle is ToggleableState.Indeterminate. The properties within the provided value Style will override or merge with the base style of the component when a toggle interaction is detected.

Last updated: