FilteringTextInputFormatter.deny constructor
Creates a formatter that blocks characters matching a pattern.
Implementation
FilteringTextInputFormatter.deny(
Pattern filterPattern, {
String replacementString = '',
}) : this(filterPattern, allow: false, replacementString: replacementString);