CheckListCard<T> class

check list card

Constructors

CheckListCard({required T value, MultiSelectItemDecorations decorations = const MultiSelectItemDecorations(), MultiSelectItemTextStyles textStyles = const MultiSelectItemTextStyles(), bool selected = false, bool enabled = true, EdgeInsets contentPadding = kCheckListPadding, bool perpetualSelected = false, Widget? title, Widget? subtitle, bool leadingCheckBox = true, double checkBoxGap = 10.0, Color? hoverColor, Color? enabledColor, Color? disabledColor, Color? selectedColor, Color? checkColor, OutlinedBorder? shape, BorderSide? checkBoxBorderSide})
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

checkBoxBorderSide BorderSide?
checkbox border setting
final
checkBoxGap double
Gap between checkbox and the title
final
checkColor Color?
Check mark color
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
disabledColor Color?
Disabled checkbox color
final
enabled bool
if true - enable checklist card
finalinherited
enabledColor Color?
Enabled checkbox color
final
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
Hover color
final
leadingCheckBox bool
if true - The checkbox Becomes the leading component of the and if The checkbox Becomes the trailling component of the
final
perpetualSelected bool
if true - perpetual in the selected status
finalinherited
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
selectedColor Color?
Selected checkbox color
final
shape OutlinedBorder?
checkbox shape
final
subtitle Widget?
Sub-title of the check list card
final
textStyles MultiSelectItemTextStyles
Unique textStyles for each checklist card. use only if you are willing to add different textStyles for each checklist.
finalinherited
title Widget?
Title of the check list card
final
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