ModalWideNavigationRailProperties

@Immutable
expect class ModalWideNavigationRailProperties(shouldDismissOnBackPress: Boolean = true)

Properties used to customize the behavior of a ModalWideNavigationRail.

Parameters

shouldDismissOnBackPress

Whether the modal navigation rail can be dismissed by pressing the back button. If true, pressing the back button will call onDismissRequest.

Constructors

Link copied to clipboard
expect constructor(shouldDismissOnBackPress: Boolean = true)

Properties

Link copied to clipboard