money static method
Implementation
static List<TextInputFormatter> money({int integer = 6, int decimal = 2}) =>
[_MoneyTextInputFormatter(integer, decimal), allow(RegExp(r'[0-9.]'))];
static List<TextInputFormatter> money({int integer = 6, int decimal = 2}) =>
[_MoneyTextInputFormatter(integer, decimal), allow(RegExp(r'[0-9.]'))];