DatePickerController class

Constructors

DatePickerController()

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

animateToDate(DateTime date, {dynamic duration = const Duration(milliseconds: 500), dynamic curve = Curves.linear}) → void
This function will animate to any date that is passed as a parameter In case a date is out of range nothing will happen
animateToSelection({dynamic duration = const Duration(milliseconds: 500), dynamic curve = Curves.linear}) → void
This function will animate the Timeline to the currently selected Date
jumpToSelection() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDatePickerState(_HorizontalCalendarState state) → void
toString() String
A string representation of this object.
inherited

Operators

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