textEditingController property
The TextEditingController that is used for the text field.
For more information, see RawAutocomplete.textEditingController.
If this parameter is not null, then focusNode must also be non-null.
Implementation
// TODO(dkwingsmt): Migrate the doc back to macro
// flutter.widgets.RawAutocomplete.split
// https://github.com/flutter/flutter/issues/189629
///
/// If this parameter is not null, then [focusNode] must also be non-null.
final TextEditingController? textEditingController;