allow static method
Implementation
static TextInputFormatter allow(Pattern filterPattern, {String replacementString = ''}) =>
FilteringTextInputFormatter.allow(filterPattern, replacementString: replacementString);
static TextInputFormatter allow(Pattern filterPattern, {String replacementString = ''}) =>
FilteringTextInputFormatter.allow(filterPattern, replacementString: replacementString);