allow static method

TextInputFormatter allow(
  1. RegExp exp
)

Implementation

static TextInputFormatter allow(RegExp exp) => FilteringTextInputFormatter.allow(exp);