ChipGroupStyle class

class ChipGroupStyle for style text in SimpleGroupedCheckbox

backgroundColorItem : the background color for each item

selectedColorItem : the background color to use when item is selected

textColor : the color to use for each text of item

selectedTextColor : the selected color to use for each text of item

selectedIcon : the selected icon to use for each selected item

disabledColor : (Color) the Color that uses when the item is disabled

Constructors

ChipGroupStyle({required Color? backgroundColorItem, required Color? selectedColorItem, required Color? textColor, required Color? selectedTextColor, IconData? selectedIcon, Color? disabledColor, TextStyle? itemTitleStyle})
const
ChipGroupStyle.minimize({Color? backgroundColorItem = Colors.grey, Color? selectedColorItem = Colors.black, Color? textColor = Colors.black, Color? selectedTextColor = Colors.white, IconData? selectedIcon = Icons.done, Color? disabledColor = Colors.grey, TextStyle? itemTitleStyle})
const

Properties

activeColor Color?
finalinherited
backgroundColorItem Color?
final
disabledColor Color?
final
groupTitleStyle TextStyle?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
itemTitleStyle TextStyle?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColorItem Color?
final
selectedIcon IconData?
final
selectedTextColor Color?
final
subItemTitleStyle TextStyle?
finalinherited
textColor Color?
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