isShowingLegacyItems static method

bool isShowingLegacyItems(
  1. BuildContext context
)

Implementation

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