getIconForNotificationBtn method

Icon getIconForNotificationBtn ()

Implementation

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