controller property
Controller for managing the text area's text content.
When provided, this controller manages the text area's value externally. The controller can be used to programmatically set, get, or clear the text content, and to listen for text changes.
Implementation
final TextEditingController? controller;