CalendarTheme class
Theme configuration for calendar widgets.
Provides styling options for calendar components, including arrow icon colors for navigation buttons and other visual elements.
- Inheritance
-
- Object
- ComponentThemeData
- CalendarTheme
Constructors
- CalendarTheme({Color? arrowIconColor})
-
Creates a CalendarTheme.
const
Properties
- arrowIconColor → Color?
-
Color of navigation arrow icons.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ValueGetter< Color?> ? arrowIconColor}) → CalendarTheme - Creates a copy of this theme with the given fields replaced.
-
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.
override