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

getScrollViewportLength

Action to get a scrollable's active view port amount for scrolling actions.

getScrollViewportLength

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

Action to get a scrollable's active view port amount for scrolling actions.

Parameters

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