ThreePaneScaffoldScope
Interface
Common
interface ThreePaneScaffoldScope : PaneScaffoldScope
Scope for the panes of ThreePaneScaffold
.
Properties
Common
val paneAdaptedValue: PaneAdaptedValue
The adapted value of the associated pane to the scope.
Common
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.
Common
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.
Common
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.
Common
val animationToolingLabel: String
The label will be used by AnimatedPane
to provide tooling labels to the foundation
animation APIs like AnimatedVisibility
.