PlatformCheckboxData class final

Implementers

Constructors

PlatformCheckboxData({ValueChanged<bool?>? onChanged, bool? value, bool tristate = false, bool isEnabled = true, Key? widgetKey, MouseCursor? mouseCursor, Color? activeColor, WidgetStateProperty<Color?>? fillColor, Color? checkColor, Color? focusColor, FocusNode? focusNode, bool autofocus = kDefaultAutofocus, OutlinedBorder? shape, BorderSide? side, String? semanticLabel})
const

Properties

activeColor Color?
final
autofocus bool
final
checkColor Color?
final
fillColor WidgetStateProperty<Color?>?
final
focusColor Color?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
final
mouseCursor MouseCursor?
final
onChanged ValueChanged<bool?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
shape OutlinedBorder?
final
side BorderSide?
final
tristate bool
final
value bool?
final
widgetKey Key?
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

Constants

kDefaultAutofocus → const bool