BicycleRouteSettingsLayout
fun BicycleRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults())
Bicycle 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 bicycle route settings.
theme
Color and typography overrides; defaults to system dark-mode.