isShowingHints static method
- BuildContext context
Implementation
static bool isShowingHints(BuildContext context) =>
Provider.of<ShowHintsGuideModal>(context)._showingHints;
static bool isShowingHints(BuildContext context) =>
Provider.of<ShowHintsGuideModal>(context)._showingHints;