isDesktop static method
Implementation
static bool isDesktop(BuildContext context) =>
MediaQuery.of(context).size.width >=
(ServiceManager<UpLayoutService>().tabletLimit ??
UpConstants.kDefaultTabletLimit);
static bool isDesktop(BuildContext context) =>
MediaQuery.of(context).size.width >=
(ServiceManager<UpLayoutService>().tabletLimit ??
UpConstants.kDefaultTabletLimit);