isShowingLegacyItems static method
- BuildContext context
Implementation
static bool isShowingLegacyItems(BuildContext context) =>
Provider.of<ShowLegacyItemsModal>(context)._showingLegacyItems;
static bool isShowingLegacyItems(BuildContext context) =>
Provider.of<ShowLegacyItemsModal>(context)._showingLegacyItems;