UIProperties
data class UIProperties(var selectedBackgroundColor: Color = Color(0xFFE2F1FB), var selectedForegroundColor: Color = Color(0xFF005E95), var searchBackgroundColor: Color = Color(0xFFEEEEEE), var textColor: Color = Color.DarkGray, var backgroundColor: Color = Color.White, var maxDisplayLevels: Int = -1, var siteFacilityButtonVisibility: Int = View.VISIBLE, var closeButtonVisibility: Int = View.VISIBLE, var closeButtonPosition: ButtonPosition = ButtonPosition.Top, var buttonSize: Size = Size(60.dp.value, 40.dp.value), var typography: Typography = Typography())
UI properties used by the FloorFilter component.
Since
200.2.0
Constructors
Link copied to clipboard
constructor(selectedBackgroundColor: Color = Color(0xFFE2F1FB), selectedForegroundColor: Color = Color(0xFF005E95), searchBackgroundColor: Color = Color(0xFFEEEEEE), textColor: Color = Color.DarkGray, backgroundColor: Color = Color.White, maxDisplayLevels: Int = -1, siteFacilityButtonVisibility: Int = View.VISIBLE, closeButtonVisibility: Int = View.VISIBLE, closeButtonPosition: ButtonPosition = ButtonPosition.Top, buttonSize: Size = Size(60.dp.value, 40.dp.value), typography: Typography = Typography())