controller property

TextEditingController? controller
final

Controls the text being edited. If null, an internal controller is created and initialized with initialValue.

Implementation

final TextEditingController? controller;