isTablet property

bool isTablet

Implementation

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