LightTheme class

Inheritance

Constructors

LightTheme.new()

Properties

backgroundColor Color
The background color of the calendar.
getter/setter pairinherited
buttonColor Color
The color of the next and previous buttons in the calendar.
getter/setter pairinherited
eventMarkerColorOnSelectedDay Color
The color of the event marker on selected day.
getter/setter pairinherited
eventMarkerColorOnUnselectedDay Color
The color of the event marker on unselected day.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDateBackgroundColor Color
The background color of a selected date.
getter/setter pairinherited
selectedDayTextStyle TextStyle
The text style of the selected day text.
getter/setter pairinherited
unselectedDayTextStyle TextStyle
The text style of the unselected days texts.
getter/setter pairinherited
weekDaysTextStyle TextStyle
The text style of the weekdays text.
getter/setter pairinherited
yearAndMonthHeaderTextStyle TextStyle
The text style of the year and month header text.
getter/setter pairinherited

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