MaxValueInputFormatter constructor

MaxValueInputFormatter(
  1. int maxValue, {
  2. String? message,
  3. bool? showToast,
})

Implementation

MaxValueInputFormatter(this.maxValue,  {this.message, this.showToast});