SeniorCheckboxThemeData class

Constructors

SeniorCheckboxThemeData({SeniorCheckboxStyle? style})
Theme definitions for the SeniorCheckbox component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorCheckboxStyle?
Component style definitions. Allows you to configure: SeniorCheckboxStyle.activeColor The color to use when this checkbox is checked. SeniorCheckboxStyle.checkColor The color to use for the check icon when this checkbox is checked. SeniorCheckboxStyle.checkedBorderColor The color of the checkbox border. SeniorCheckboxStyle.disabledBorderColor The border color of the checkbox when disabled. SeniorCheckboxStyle.disabledCheckColor The color to use for the check icon when this checkbox is checked and it is disabled. SeniorCheckboxStyle.disabledTitleColor The color of the checkbox title when disabled. SeniorCheckboxStyle.titleColor The color of the checkbox title. SeniorCheckboxStyle.uncheckedBorderColor The color of the checkbox border when it is not checked.
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