BsSelectBoxStyle class

Constructors

BsSelectBoxStyle({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 = BsColor.primary, Color searchColor = Colors.white, Color searchTextColor = const Color(0xff212529)})
const

Properties

arrowIcon IconData
defien arrowIcon of BsSelectBox
final
backgroundColor Color
define of backgroundColor of BsSelectBox
final
border BoxBorder?
define borderColor of BsSelectBox
final
borderRadius BorderRadiusGeometry?
define border radius of BsSelectBox
final
disabledColor Color
define of disabledColor of BsSelectBox
final
disabledTextColor Color
final
focusedBorder BoxBorder?
final
focusedBoxShadow List<BoxShadow>
final
focusedTextColor Color
final
fontSize double
define fontSize of BsSelectBox
final
hashCode int
The hash code for this object.
no setterinherited
hintTextColor Color
define hintTextColor of BsSelectBox
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 BsSelectBox
final
selectedTextColor Color
define selectedColor of BsSelectBox
final
textColor Color
define color of BsSelectBox
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 BsSelectBoxStyle