initialValue property
final
The initial value to use for the text field.
Setting the initial value does not notify textEditingController's listeners, and thus will not cause the options UI to appear.
This parameter is ignored if textEditingController is defined.
Implementation
final TextEditingValue? initialValue;