controller property

TextEditingController controller
final

The controller for the TextField.

This allows the text field to be prefilled with a value.

Implementation

final TextEditingController controller;