FieldCheckbox class Null safety

Constructors

FieldCheckbox({String? activeColor, bool? autofocus, String? checkColor, String? fillColor, String? focusColor, String? focusNode, String? hoverColor, String? materialTapTargetSize, String? mouseCursor, String? overlayColor, String? shape, String? side, String? splashRadius, String? tristate, bool? value, String? visualDensity})
const

Properties

activeColor String?
final
autofocus bool?
final
checkColor String?
final
fillColor String?
final
focusColor String?
final
focusNode String?
final
hashCode int
The hash code for this object.
read-only, inherited
hoverColor String?
final
materialTapTargetSize String?
final
mouseCursor String?
final
overlayColor String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shape String?
final
side String?
final
splashRadius String?
final
tristate String?
final
value bool?
final
visualDensity String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited