isTablet property

bool get isTablet

Implementation

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