lettersOnly property

TextInputFormatter lettersOnly

Implementation

static TextInputFormatter get lettersOnly =>
    FilteringTextInputFormatter.allow(RegExp("[a-zA-Z ]"));