MotorcycleRouteSettingsLayout
fun MotorcycleRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults(), modifier: Modifier = Modifier)
Motorcycle route preferences screen.
Lets the user configure toll/unpaved avoidance and select the route type. Changes are persisted via settingsRepository and applied on the next route build.
Parameters
settingsRepository
Repository to read/write motorcycle route settings.
theme
Color and typography overrides; defaults to system dark-mode.
modifier
Modifier to be applied to the layout.