Flutter
material
YearPicker
onChanged property
onChanged
description
onChanged
property
Null safety
ValueChanged
<
DateTime
>
onChanged
final
Called when the user picks a year.
Implementation
final ValueChanged<DateTime> onChanged;
Flutter
material
YearPicker
onChanged property
YearPicker class
Constructors
YearPicker
Properties
currentDate
dragStartBehavior
firstDate
hashCode
initialDate
key
lastDate
onChanged
runtimeType
selectedDate
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==