CheckboxThemeData class

Annotations

Constructors

CheckboxThemeData({HSLColor? disabledColor, HSLColor? activeColor, HSLColor? foreground, HSLColor? activeHoverColor, HSLColor? inactiveColor, HSLColor? inactiveHoverColor})
const

Properties

activeColor HSLColor?
final
activeHoverColor HSLColor?
final
disabledColor HSLColor?
final
foreground HSLColor?
final
hashCode int
The hash code for this object.
no setteroverride
inactiveColor HSLColor?
final
inactiveHoverColor HSLColor?
final
isConcrete bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({HSLColor? disabledColor, HSLColor? activeColor, HSLColor? foreground, HSLColor? activeHoverColor, HSLColor? inactiveColor, HSLColor? inactiveHoverColor}) CheckboxThemeData
merge(CheckboxThemeData? other) CheckboxThemeData
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