CheckboxThemeData class

Theme data for Checkbox.

Annotations

Constructors

CheckboxThemeData({Color? disabledColor, Color? activeColor, Color? activeHoverColor, Color? inactiveColor, Color? inactiveHoverColor, Color? foreground, double? containerSize})
Creates a CheckboxThemeData.
const

Properties

activeColor Color?
The active color.
final
activeHoverColor Color?
The active hover color.
final
containerSize double?
The container size.
final
disabledColor Color?
The disabled color.
final
foreground Color?
The foreground color.
final
hashCode int
The hash code for this object.
no setteroverride
inactiveColor Color?
The inactive color.
final
inactiveHoverColor Color?
The inactive hover color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? disabledColor, Color? activeColor, Color? activeHoverColor, Color? inactiveColor, Color? inactiveHoverColor, Color? foreground, double? containerSize}) CheckboxThemeData
Makes a copy of CheckboxThemeData overwriting selected fields.
merge(CheckboxThemeData? other) CheckboxThemeData
Merges the theme data CheckboxThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant CheckboxThemeData other) bool
The equality operator.
override