controller property

TextEditingController? controller
final

Controls the text being edited or selected in the menu.

If null, this widget will create its own TextEditingController.

Implementation

final TextEditingController? controller;