controller property

TextEditingController controller
latefinal

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();