CheckboxStyle class
Colors of the leading checkbox of checklist items
(list: checked/unchecked).
- Annotations
Constructors
- CheckboxStyle({Color? fillColor, Color? checkColor, Color? borderColor})
-
Creates a checkbox style.
const
Properties
- borderColor → Color?
-
Border color of an unchecked box.
final
- checkColor → Color?
-
Color of the check mark drawn inside a checked box.
final
- fillColor → Color?
-
Fill color of a checked box.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Color? fillColor, Color? checkColor, Color? borderColor}) → CheckboxStyle - A copy of this style with the given fields replaced.
-
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.
override