RouteEditorComposable
Navigation bottom sheet content that matches the Figma design This is the content that goes inside the ThreeStateBottomSheet
Parameters
The route editor view model
Modifier for the composable
The content configuration that defines how each part of the route editor is rendered.
Color scheme for the route editor components
Text styles for the route editor components
Callback invoked when the close button is clicked. Works with the default route points display.
Optional repository for navigation settings. When provided, a settings button is displayed and — if onSettingsClick is null — tapping it opens the built-in SettingsFlow overlay.
Optional callback for handling settings button clicks. When provided, the built-in settings flow is not opened — the callback is invoked instead. When null, the built-in settings flow opens if settingsRepository is available.
Configuration controlling which settings sections are visible in the built-in settings flow. Has no effect when onSettingsClick is provided. Defaults to routeEditorSettingsVisibility which hides runtime navigation settings.