inputFormatters property
A list of input formatters that can be applied to the text input (e.g., for custom formatting).
Implementation
final List<TextInputFormatter>? inputFormatters;
A list of input formatters that can be applied to the text input (e.g., for custom formatting).
final List<TextInputFormatter>? inputFormatters;