controller property

TextEditingController? controller
final

Normal TextField properties ///////////////////////////////////////////////////////////////

Controls the text being edited.

If null, this widget will create its own TextEditingController.

Implementation

///
/// Controls the text being edited.
///
/// If null, this widget will create its own [TextEditingController].
final TextEditingController? controller;