getIconForNotificationBtn method
Implementation
Icon getIconForNotificationBtn() {
if (notificationModel == null)
return Icon(FontAwesomeIcons.bell);
else
return Icon(FontAwesomeIcons.solidBell);
}
Icon getIconForNotificationBtn() {
if (notificationModel == null)
return Icon(FontAwesomeIcons.bell);
else
return Icon(FontAwesomeIcons.solidBell);
}