initialValue property
final
An optional value to initialize the form field to, or null otherwise.
This is called value
in the DropdownButtonFormField constructor to be
consistent with DropdownButton.
Implementation
final T? initialValue;