Compose Component

AnimatedPane

The root composable of pane contents in a ThreePaneScaffold that supports default motions during pane switching.

AnimatedPane

Source set: Common

Added in 1.0.0-alpha06

@ExperimentalMaterial3AdaptiveApi
@Composable
fun ThreePaneScaffoldScope.AnimatedPane(
    modifier: Modifier,
    content: (@Composable ThreePaneScaffoldScope.() -> Unit),
)

Last updated: