format static method
Returns a formatter list that strips all whitespace characters as the user types.
Implementation
static List<TextInputFormatter> format() {
return <TextInputFormatter>[Formatters.preventSpaces];
}
Returns a formatter list that strips all whitespace characters as the user types.
static List<TextInputFormatter> format() {
return <TextInputFormatter>[Formatters.preventSpaces];
}