Added in 1.0.0-alpha06
interface ThreePaneScaffoldScope : PaneScaffoldScope
Scope for the panes of ThreePaneScaffold.
Properties
paneAdaptedValue
Added in 1.0.0-alpha06
val paneAdaptedValue: PaneAdaptedValue
The adapted value of the associated pane to the scope.
positionAnimationSpec
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
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
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
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.