CalendarController class

Constructors

CalendarController({DateTime? templateDate})

Properties

abbreviatedWeekdays List<String>
Return a List of abbreviated weekday labels.
no setter
derivateDates List<DateTime>
final
hashCode int
The hash code for this object.
no setterinherited
months List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateDate DateTime?
getter/setter pair
weekdays List<String>
final

Methods

decreaseByMonth() → void
Decrease the templateDate DateTime by one month.
decreaseByYear() → void
Decrease the templateDate DateTime by one year.
increaseByMonth() → void
Increase the templateDate DateTime by one month.
increaseByYear() → void
Increase the templateDate DateTime by one year.
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectMonth(int month) → void
selectYear(int year) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited