DatePickerController class
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 an argument
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
-
setDateAndAnimate(DateTime date, {dynamic duration = const Duration(milliseconds: 500), dynamic curve = Curves.linear})
→ void
-
This function will animate to any date that is passed as an argument
this will also set that date as the current selected date
-
setDatePickerState(_DatePickerState state)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited