Modal
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
When true (the default), the system back gesture/button dismisses this modal via navigateBack. Set to false for mandatory modals that must not be dismissed by the user. Also gates tapOutsideToDismiss — if this is false, tapping outside does nothing even when tapOutsideToDismiss is true.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Which layer this navigatable should render in
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
When true (the default), tapping on the dim background outside the modal content calls navigateBack. The dim layer always captures all taps regardless of this flag, preventing clicks from passing through to screens behind the modal.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Called when this navigatable is added to the backstack.
Link copied to clipboard
fun Navigatable.toNavigationEntry(path: String, params: Params = Params.empty(), stackPosition: Int = 0): NavigationEntry
Creates a NavigationEntry for this Navigatable at the given path.