IntegerTextInputFormatter constructor
const
IntegerTextInputFormatter({})
Implementation
const IntegerTextInputFormatter({
this.maxLength=20,
this.allowNegative = false,
this.exceedMaxLengthMessage = "Exceed max length",
this.invalidNegativeMessage = "Invalid negative number",
});