DatePickerController class
Date picker controller
Constructors
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(
DatePickerState state) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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
-
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
-
setSelectedDate(
DateTime date) → dynamic - Set the selected date
-
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