Common
@ExperimentalMaterial3AdaptiveComponentOverrideApi
interface AnimatedPaneOverride
Interface that allows libraries to override the behavior of AnimatedPane.
To override this component, implement the member function of this interface, then provide the implementation to AnimatedPaneOverride in the Compose hierarchy.
Functions
Overload 1
@Composable
fun <
Role : PaneScaffoldRole,
ScaffoldValue : PaneScaffoldValue<Role>,
> AnimatedPaneOverrideScope<Role, ScaffoldValue>.AnimatedPane()
Behavior function that is called by the AnimatedPane composable.