isAlternativeLayoutPreferred static method
- BuildContext context
Implementation
static bool isAlternativeLayoutPreferred(BuildContext context) =>
Provider.of<UseAlternativeLayoutModal>(context)._useAlt;
static bool isAlternativeLayoutPreferred(BuildContext context) =>
Provider.of<UseAlternativeLayoutModal>(context)._useAlt;