isMobileLayout function

bool isMobileLayout(
  1. BuildContext context
)

Implementation

bool isMobileLayout(BuildContext context) => MediaQuery.of(context).size.shortestSide < 600;