CalendarController class

Constructors

CalendarController()

Properties

calendarFormat CalendarFormat
no setter
focusedDay DateTime
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDay DateTime?
no setter
visibleDays List<DateTime>
no setter
visibleEvents Map<DateTime, List>
no setter
visibleHolidays Map<DateTime, List>
no setter

Methods

dispose() → void
isSelected(DateTime day) bool
isToday(DateTime day) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCalendarFormat(CalendarFormat value) → void
setFocusedDay(DateTime value) → void
setSelectedDay(DateTime value, {bool isProgrammatic = true, bool animate = true, bool runCallback = false}) → void
swipeCalendarFormat({required bool isSwipeUp}) → void
toggleCalendarFormat() → void
toString() String
A string representation of this object.
inherited

Operators

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