ShortNavigationBarOverride

Known direct subclasses
DefaultShortNavigationBarOverride

This override provides the default behavior of the ShortNavigationBar component.


Interface that allows libraries to override the behavior of the ShortNavigationBar component.

To override this component, implement the member function of this interface, then provide the implementation to LocalShortNavigationBarOverride in the Compose hierarchy.

Summary

Public functions

Unit

Behavior function that is called by the ShortNavigationBar component.

Cmn

Public functions

ShortNavigationBar

@Composable
fun ShortNavigationBarOverrideScope.ShortNavigationBar(): Unit

Behavior function that is called by the ShortNavigationBar component.