ElevarmCheckboxThemeData class

Used with ElevarmCheckboxTheme or can be passed directly to button widget parameter to configure the color of buttons.

Constructors

ElevarmCheckboxThemeData({Color borderColor = ElevarmColors.neutral200, Color borderCheckedColor = ElevarmColors.primary, Color borderDisabledColor = ElevarmColors.neutral200, Color borderFocusedColor = ElevarmColors.primary300, Color backgroundColor = ElevarmColors.white, Color backgroundCheckedColor = ElevarmColors.primary100, Color backgroundDisabledColor = ElevarmColors.neutral100, Color iconEnabledColor = ElevarmColors.primary, Color iconDisabledColor = ElevarmColors.neutral200})
const

Properties

backgroundCheckedColor Color
final
backgroundColor Color
final
backgroundDisabledColor Color
final
borderCheckedColor Color
final
borderColor Color
final
borderDisabledColor Color
final
borderFocusedColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconDisabledColor Color
final
iconEnabledColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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