Interface

FocusOrderModifier

A modifierModifier.Element that can be used to set a custom focus traversal order.

Source set: Common

Deprecated

Use Modifier.focusProperties() instead

@JvmDefaultWithCompatibility
interface FocusOrderModifier : Modifier.Element

A modifier that can be used to set a custom focus traversal order.

Functions

populateFocusOrder

fun populateFocusOrder(focusOrder: FocusOrder)

Populates the next / left / right / up / down items if you don't want to use the default focus traversal order.

Last updated: