TransportationModesColors
constructor(background: Color = RouteEditorColors.BackgroundGrey, selectedItemBackground: Color = RouteEditorColors.SurfaceWhite, unselectedItemBackground: Color = Color.Transparent, selectedIconTint: Color = RouteEditorTextStyles.default.Primary.color, unselectedIconTint: Color = RouteEditorTextStyles.default.Secondary.color, selectedTextColor: Color = RouteEditorTextStyles.default.Primary.color, unselectedTextColor: Color = RouteEditorTextStyles.default.Secondary.color, selectedTransportTypeBorderColor: Color = RouteEditorColors.Primary)