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

pageUp

Action to page up.

pageUp

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

Action to page up.

Using Role.Carousel will prevent this action from being sent to accessibility services.

Parameters

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