InformationalWidget constructor
const
InformationalWidget({
- Key? key,
- required String title,
- required String message,
- String severity = 'info',
- VoidCallback? onTap,
Implementation
const InformationalWidget({
super.key,
required this.title,
required this.message,
this.severity = 'info',
this.onTap,
});