SeniorCheckboxStyle class

Constructors

SeniorCheckboxStyle({Color? activeColor, Color? checkColor, Color? checkedBorderColor, Color? disabledBorderColor, Color? disabledCheckColor, Color? disabledTitleColor, Color? titleColor, Color? uncheckedBorderColor})
Style definitions for the SeniorCheckbox component.
const

Properties

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