NiceValidationSummary constructor
Implementation
const NiceValidationSummary({
super.key,
required this.errors,
this.title = 'Please fix the following errors:',
this.onErrorTap,
});
const NiceValidationSummary({
super.key,
required this.errors,
this.title = 'Please fix the following errors:',
this.onErrorTap,
});