isMobile static method
Implementation
static bool isMobile(BuildContext context) =>
MediaQuery.of(context).size.width <
(ServiceManager<UpLayoutService>().mobileLimit ??
UpConstants.kDefaultMobileLimit);
static bool isMobile(BuildContext context) =>
MediaQuery.of(context).size.width <
(ServiceManager<UpLayoutService>().mobileLimit ??
UpConstants.kDefaultMobileLimit);