controller property

TextEditingController get controller

Text controller bound to this control (String-only).

This assumes formControl exposes a TextEditingController (commonly for FormControl<String>). Use carefully if T can be non-String.

Implementation

TextEditingController get controller => formControl.controller;