MultiSelectCard<T> class

Constructors

MultiSelectCard({required T value, MultiSelectItemDecorations decorations = const MultiSelectItemDecorations(), MultiSelectItemTextStyles textStyles = const MultiSelectItemTextStyles(), bool selected = false, bool enabled = true, EdgeInsets? contentPadding, bool perpetualSelected = false, String? label, Widget? child, EdgeInsetsGeometry? margin, Clip clipBehavior = Clip.hardEdge, MultiSelectPrefix? prefix, MultiSelectSuffix? suffix, Alignment? alignment, Color? splashColor, Color? highlightColor, double? labelGap})
final T value -- The value for multi select items. it could be String, int or any type. Also, This will be the value or list of values return onChange

Properties

alignment Alignment?
Align the child or label
final
child Widget?
child for multiselect item, you can use any widget as the child.
final
clipBehavior Clip
clipping Behavior for item
final
contentPadding EdgeInsetsGeometry?
Content padding
finalinherited
decorations MultiSelectItemDecorations
Unique decorations for each checklist card. use only if you are willing to add different decorations for each checklist.
finalinherited
enabled bool
if true - enable checklist card
finalinherited
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
Item highlight color
final
label String?
label for multiselect item
final
labelGap double?
Label gap between prefix or suffix
final
margin EdgeInsetsGeometry?
margin for the item
final
perpetualSelected bool
if true - perpetual in the selected status
finalinherited
prefix MultiSelectPrefix?
A Unique optional widget to place on the line before.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
if true - initially selected, Can be changed at any time
getter/setter pairinherited
splashColor Color?
item Splash color
final
suffix MultiSelectSuffix?
A Unique optional widget to place on the line after.
final
textStyles MultiSelectItemTextStyles
Unique textStyles for each checklist card. use only if you are willing to add different textStyles for each checklist.
finalinherited
value → T
The value for multi select items. it could be String, int or any type. Also, This will be the value or list of values return onChange
finalinherited

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