Returns the List of the HomeTabs to display.
List<HomeTab> get tabs { final List<HomeTab> tabs = HomeTab.values.toList(); return tabs; }