controller property
A controller for the text being edited.
If null, this widget will create its own TextEditingController.
Implementation
final TextEditingController? controller;
A controller for the text being edited.
If null, this widget will create its own TextEditingController.
final TextEditingController? controller;