textEditingController property

TextEditingController? textEditingController
final

Use this to utilize your own TextEditingController instance created by you or by other widgets outside of this widget. If no controller is provider by you, the widget will use its own built in default controller.

Implementation

final TextEditingController? textEditingController;