TruckRouteSettingsLayout
fun TruckRouteSettingsLayout(settingsRepository: NavigationSettingsRepository, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults())
Truck route preferences screen.
Exposes dimension/mass numeric inputs (length, width, height, weight), dangerous and explosive cargo flags, car-road fallback, and toll/unpaved avoidance. Changes are persisted via settingsRepository and applied on the next route build.
Parameters
settingsRepository
Repository to read/write truck route settings.
theme
Color and typography overrides; defaults to system dark-mode.