Interface

ThreePaneScaffoldScope

Scope for the panes of ThreePaneScaffold.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Common

Added in 1.0.0-alpha06

interface ThreePaneScaffoldScope : PaneScaffoldScope

Scope for the panes of ThreePaneScaffold.

Properties

paneAdaptedValue

Source set: Common

Added in 1.0.0-alpha06

val paneAdaptedValue: PaneAdaptedValue

The adapted value of the associated pane to the scope.

positionAnimationSpec

Source set: Common

Added in 1.0.0-alpha06

val positionAnimationSpec: FiniteAnimationSpec<IntOffset>?

The position animation spec of the associated pane to the scope. AnimatedPane will use this value to perform pane animations during scaffold state changes.

enterTransition

Source set: Common

Added in 1.0.0-alpha06

val enterTransition: EnterTransition

The EnterTransition of the associated pane. AnimatedPane will use this value to perform pane entering animations when it's showing during scaffold state changes.

exitTransition

Source set: Common

Added in 1.0.0-alpha06

val exitTransition: ExitTransition

The ExitTransition of the associated pane. AnimatedPane will use this value to perform pane exiting animations when it's hiding during scaffold state changes.

animationToolingLabel

Source set: Common

Added in 1.0.0-alpha06

val animationToolingLabel: String

The label will be used by AnimatedPane to provide tooling labels to the foundation animation APIs like AnimatedVisibility.