controller property

TextEditingController? controller
final

Controller for managing the text field content.

If not provided, an internal controller will be used.

Implementation

final TextEditingController? controller;