仅字母
static TextInputFormatter lettersOnly() => FilteringTextInputFormatter.allow(RegExp('[a-zA-Z]'));