controller property
Text input component.
The type parameter is used to determine the type of the input. The controller parameter is used to control the input element.
Implementation
/// The [controller] parameter is used to control the input element.
final InputController? controller;