Function

forEachReversed

Perform actions on each PaneMotionData, in the right-to-left order of the panes in the scaffold.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

forEachReversed

Common
@ExperimentalMaterial3AdaptiveApi
inline fun <Role : PaneScaffoldRole> PaneScaffoldMotionDataProvider<Role>.forEachReversed(
    action: (Role, PaneMotionData) -> Unit
)

Perform actions on each PaneMotionData, in the right-to-left order of the panes in the scaffold.

Parameters

action action to perform on each PaneMotionData.