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

expand

Action to expand an expandable node.

expand

Source set: Common
public fun SemanticsPropertyReceiver.expand(label: String? = null, action: (() -> Boolean)?): Unit

Action to expand an expandable node.

Parameters

label Optional label for this action.
action Action to be performed when the SemanticsActions.Expand is called.