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.

Summary

Public functions

Unit

Behavior function that is called by the AnimatedPane composable.

Cmn

Public functions

@Composable
fun <S : Any?, T : PaneScaffoldValue<S>> AnimatedPaneOverrideContext<S, T>.AnimatedPane(

): Unit

Behavior function that is called by the AnimatedPane composable.