getSecondTabIcon static method

IconData getSecondTabIcon()

Implementation

static IconData getSecondTabIcon() {
  switch (AppConfig.instance.appInUse) {
    case AppInUse.g:
      return FontAwesomeIcons.calendar;
    case AppInUse.e:
      return FontAwesomeIcons.calendar;
    case AppInUse.c:
      return FontAwesomeIcons.calendar;
    default:
      return FontAwesomeIcons.calendar;
  }
}