controller property
controller is the TextEditingController which should be used by the text field created in the builder function.
Implementation
late final TextEditingController controller =
widget.controller ?? TextEditingController();
controller is the TextEditingController which should be used by the text field created in the builder function.
late final TextEditingController controller =
widget.controller ?? TextEditingController();