ThemedCalendarMode enum

ThemedCalendarMode is an enum that represents the different modes that the calendar can be displayed in.

Inheritance

Constructors

ThemedCalendarMode()
const

Values

day → const ThemedCalendarMode

ThemedCalendarMode.day displays a single month of days.

week → const ThemedCalendarMode

ThemedCalendarMode.week displays a single week of days.

month → const ThemedCalendarMode

ThemedCalendarMode.month displays a single month of weeks.

year → const ThemedCalendarMode

ThemedCalendarMode.year displays a single year of months.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation String
no setter

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

Constants

values → const List<ThemedCalendarMode>
A constant List of the values in this enum, in order of their declaration.