UIProperties

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())