initialValue property
It is assumed that the initial value is DateTime? but you might also pass something else, for example a iso8601 String, and the form field must be ok with it as long as you also pass an initialValueDeserializer which will convert initial value into a DateTime object or else you will get an exception
Implementation
final Object? initialValue;