controller property
An optional TextEditingController to control the text being edited.
This controller allows for programmatic manipulation of the text field's content and cursor position.
Implementation
final TextEditingController? controller;
An optional TextEditingController to control the text being edited.
This controller allows for programmatic manipulation of the text field's content and cursor position.
final TextEditingController? controller;