NavigablePanelContext

A context for panels which are navigable. These panels are part are part of a view stack. Navigable panels allow users to navigate between the panels in the view stack.

Properties

Link copied to clipboard
abstract val onBackPressed: () -> Unit

Function to be invoked when the end-user presses the back button. This action indicates that the previous panel in the view stack should be shown.

Inheritors

Link copied to clipboard