getDefaultIcon method
Get default icon for a type
Implementation
IconData? getDefaultIcon(SnackbarType type) {
return typeConfigs[type]?.defaultIcon;
}
Get default icon for a type
IconData? getDefaultIcon(SnackbarType type) {
return typeConfigs[type]?.defaultIcon;
}