🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

triStateToggleOn

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

triStateToggleOn

Source set: Common
public fun StyleStateScope.triStateToggleOn(block: () -> Unit): Unit

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

Parameters

block The Style to apply on press.