Flutter
material
DayPicker
onChanged property
onChanged
DayPicker class
Constructors
DayPicker
Properties
currentDate
displayedMonth
firstDate
lastDate
onChanged
selectableDayPredicate
selectedDate
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
getDaysInMonth
onChanged property
ValueChanged
<
DateTime
>
onChanged
final
Called when the user picks a day.
Implementation
final ValueChanged<DateTime> onChanged