controller property

TextEditingController? controller
final

Optional text editing controller for the number input field.

When provided, this controller manages the text content of the phone number input field. If null, an internal controller is created and managed.

Implementation

final TextEditingController? controller;