controller property

TextEditingController? controller
final

Controller for managing the text field's value. If not provided, an internal controller is created.

Implementation

final TextEditingController? controller;