inputFormatters property

List<TextInputFormatter>? inputFormatters
final

Optional input validation and formatting overrides.

Formatters are run in the provided order when the text input changes. When this parameter changes, the new formatters will not be applied until the next time the user inserts or deletes text.

Implementation

final List<TextInputFormatter>? inputFormatters;