CircularDecorator class
The decorator for the overlay which with the month and year selection options
color
is the background color for the circles
borderColor
is to update border colors ot each circles
Constructors
Properties
- borderColor ↔ Color?
-
getter/setter pair
- color ↔ Color?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedColor ↔ Color?
-
getter/setter pair
- selectedTextColor ↔ Color?
-
getter/setter pair
- textColor ↔ Color?
-
getter/setter pair
- textStyle ↔ TextStyle?
-
getter/setter pair
Methods
-
copyWith(
{Color? selectedColor, TextStyle? textStyle, Color? color, Color? borderColor, Color? textColor, Color? selectedTextColor}) → CircularDecorator -
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 ==(
Object other) → bool -
The equality operator.
override