Function

focused

Defines a [Style] to be applied when the component is focused.

focused

Common
@ExperimentalFoundationStyleApi
fun StyleScope.focused(value: Style)

Defines a Style to be applied when the component is focused. The properties within the provided value Style will override or merge with the base style of the component when a focus interaction is detected.

Parameters

value The Style to apply on focus.