CheckmarkConfig class
Constructors
-
CheckmarkConfig.new({Widget? checkmark, Color? activeColor, Color? checkColor, Color? focusColor, Color? hoverColor, ValueState<
Color> ? fillColorState, ValueState<Color?> ? overlayColorState}) -
const
Properties
- activeColor → Color?
-
final
- checkColor → Color?
-
final
- checkmark → Widget?
-
final
-
fillColorState
→ ValueState<
Color> ? -
final
- focusColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hoverColor → Color?
-
final
-
overlayColorState
→ ValueState<
Color?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copy(
{Widget? checkmark, Color? activeColor, Color? checkColor, Color? focusColor, Color? hoverColor, ValueState< Color> ? fillColorState, ValueState<Color?> ? overlayColorState}) → CheckmarkConfig -
fillColor(
SettingsViewController controller) → MaterialStateProperty< Color?> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overlayColor(
SettingsViewController controller) → MaterialStateProperty< Color?> ? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited