CRMSelectBoxStyle class

Constructors

CRMSelectBoxStyle.new({BorderRadiusGeometry? borderRadius = const BorderRadius.all(Radius.circular(5.0)), double fontSize = 12.0, Color selectedColor = const Color(0xfff1f1f1), Color selectedTextColor = const Color(0xff212529), Color textColor = const Color(0xff212529), Color hintTextColor = Colors.grey, BoxBorder? border, Color disabledColor = const Color(0xffe7e7e7), Color disabledTextColor = const Color(0xffdedede), Color backgroundColor = Colors.white, IconData arrowIcon = Icons.arrow_drop_down, List<BoxShadow> focusedBoxShadow = const [], BoxBorder? focusedBorder, Color focusedTextColor = CRMColor.primary, Color searchColor = Colors.white, Color searchTextColor = const Color(0xff212529)})
const

Properties

arrowIcon IconData
defien arrowIcon of CRMSelectBox
final
backgroundColor Color
define of backgroundColor of CRMSelectBox
final
border BoxBorder?
define borderColor of CRMSelectBox
final
borderRadius BorderRadiusGeometry?
define border radius of CRMSelectBox
final
disabledColor Color
define of disabledColor of CRMSelectBox
final
disabledTextColor Color
final
focusedBorder BoxBorder?
final
focusedBoxShadow List<BoxShadow>
final
focusedTextColor Color
final
fontSize double
define fontSize of CRMSelectBox
final
hashCode int
The hash code for this object.
no setterinherited
hintTextColor Color
define hintTextColor of CRMSelectBox
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchColor Color
final
searchTextColor Color
final
selectedColor Color
define selectedBackgroundColor of CRMSelectBox
final
selectedTextColor Color
define selectedColor of CRMSelectBox
final
textColor Color
define color of CRMSelectBox
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bordered → const CRMSelectBoxStyle