DateRangePickerController class

Date range picker controller

Constructors

DateRangePickerController()

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

attach(DateRangePickerState state) → void
getDateTimeRange() DateTimeRange<DateTime>?
Get the selected date range
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset the selected date range
setBackgroundColor(Color color) → dynamic
Set the BackgroundColor
setCurrentDate(DateTime date) → dynamic
Set the Current Date
setDisableTextColor(Color color) → dynamic
Set the Disable Text Color
setEnableTextColor(Color color) → dynamic
Set the Enable Text Color
setInitialDateRange(DateTimeRange<DateTime> dateRange) → dynamic
Set the initial date range
setIntervalColor(Color color) → dynamic
Set the Interval Color
setMonthHeaderColor(Color color) → dynamic
Set the Month Header Color
setMonthHeaderItemHeight(double height) → dynamic
Set the Month Header Height
setMonthTextStyle(TextStyle style) → dynamic
Set the Month Text Style
setSelectedColor(Color color) → dynamic
Set the Selected Color
setSelectedShape(BoxShape shape) → dynamic
Set the Selected Shape
setSelectedTextColor(Color color) → dynamic
Set the Selected Text Color
toString() String
A string representation of this object.
inherited

Operators

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