Closed torbenkeller closed 7 months ago
The current value of the DateTimeFormField can be accessed using a key. In this case onChange may be null and to require the property in this context produces unnecessary boilerplate
DateTimeFormField
onChange
null
When passing null to onChangethe field will be deactivated. This is consistant to other widgets in Flutter.
The current value of the
DateTimeFormField
can be accessed using a key. In this caseonChange
may benull
and to require the property in this context produces unnecessary boilerplate