Interface

AnimatedPaneOverride

Interface that allows libraries to override the behavior of AnimatedPane.

Source set: 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

AnimatedPane

@Composable
    fun <
        Role : PaneScaffoldRole,
        ScaffoldValue : PaneScaffoldValue<Role>,
    > AnimatedPaneOverrideScope<Role, ScaffoldValue>.AnimatedPane()

Behavior function that is called by the AnimatedPane composable.

Last updated: