NiceValidationSummary constructor
const
NiceValidationSummary({
- Key? key,
- required List<
String> errors, - String? title,
- IconData? icon,
- Color? backgroundColor,
- EdgeInsets? padding,
- BorderRadius? borderRadius,
Implementation
const NiceValidationSummary({
super.key,
required this.errors,
this.title,
this.icon,
this.backgroundColor,
this.padding,
this.borderRadius,
});