controller property

InputController? controller
final

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;