ScooterRouteSettingsLayout

fun ScooterRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults())

Scooter route preferences screen.

Lets the user toggle avoidance of car roads, stairways, underpasses, and unpaved surfaces. Changes are persisted via settingsRepository and applied on the next route build.

Parameters

settingsRepository

Repository to read/write scooter route settings.

theme

Color and typography overrides; defaults to system dark-mode.