numberAndLowercasedLetter property

TextInputFormatter numberAndLowercasedLetter
final

Implementation

static final TextInputFormatter numberAndLowercasedLetter =
    FilteringTextInputFormatter.allow(RegExp(r'[0-9a-z]'));