SnackBarInfo constructor
const
SnackBarInfo({
- required SnackBarType type,
- required bool showSnackBar,
- String? message,
Implementation
const SnackBarInfo({
required this.type,
required this.showSnackBar,
this.message,
});