MinValueInputFormatter constructor

MinValueInputFormatter(
  1. int minValue, {
  2. String? message,
  3. bool? showToast,
})

Implementation

MinValueInputFormatter(this.minValue,   {this.message, this.showToast});