AppWarningWidget constructor
const
AppWarningWidget({
- Key? key,
- required String title,
- required String message,
- MaterialColor? backgroundColor,
Implementation
const AppWarningWidget({
super.key,
required this.title,
required this.message,
this.backgroundColor,
});