RadioOptionStyle class

Constructors

RadioOptionStyle()
RadioOptionStyle.colors({Color? selectedRadioColor, Color? unselectedRadioColor, Color? selectedBackgroundColor, Color? unselectedBackgroundColor, Color? selectedLabelColor, Color? unselectedLabelColor, Color? itemBorderColor, bool? showBorder, double borderWidth = 1.0})

Properties

borderWidth double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemBorderColor Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color?
getter/setter pair
selectedLabelColor Color?
getter/setter pair
selectedRadioColor Color?
getter/setter pair
showBorder bool?
getter/setter pair
unselectedBackgroundColor Color?
getter/setter pair
unselectedLabelColor Color?
getter/setter pair
unselectedRadioColor Color?
getter/setter pair

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