numberWithDotAndComma property

TextInputFormatter numberWithDotAndComma
final

Implementation

static final TextInputFormatter numberWithDotAndComma =
    FilteringTextInputFormatter.allow(RegExp(r'[0-9.,]'));