isShowingExperimental static method

bool isShowingExperimental(
  1. BuildContext context
)

Implementation

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