CupertinoCalendarMonthViewExternalController class

A simple controller for CupertinoCalendarMonthView and controll the view by another Widget which in the same page

Constructors

CupertinoCalendarMonthViewExternalController(GlobalKey<CupertinoCalendarMonthViewState> stateKey)
Initalize controller with stateKey

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCurrentMonth() → void
Change page to current YearMonth
toString() String
A string representation of this object.
inherited
toYearMonth(YearMonth yearMonth, {void onError(RangeError re)?}) → void
Change another YearMonth within YearMonthRange in CupertinoCalendarMonthView. Otherwise, throws RangeError or call onError if provided

Operators

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