isShowingExperimental static method
- BuildContext context
Implementation
static bool isShowingExperimental(BuildContext context) =>
Provider.of<ShowExperimentalModal>(context)._showExperimental;
static bool isShowingExperimental(BuildContext context) =>
Provider.of<ShowExperimentalModal>(context)._showExperimental;