NodeStatusBadge constructor
- Key? key,
- required ValidationStatus status,
- List<
ValidationError> errors = const [], - List<
ValidationWarning> warnings = const [], - VoidCallback? onTap,
Implementation
const NodeStatusBadge({
super.key,
required this.status,
this.errors = const [],
this.warnings = const [],
this.onTap,
});