LeadingValidationIcons constructor

LeadingValidationIcons({
  1. Icon? iddleIcon,
  2. Icon? errorIcon,
  3. Icon? successIcon,
})

Implementation

LeadingValidationIcons({
  this.iddleIcon,
  this.errorIcon,
  this.successIcon,
});