isTablet property

bool isTablet

Implementation

bool get isTablet => MediaQuery.of(context).size.shortestSide >= 600;