isTablet property

bool get isTablet

Implementation

bool get isTablet =>
    MediaQuery.of(context).size.shortestSide >= 680 ||
    MediaQuery.of(context).orientation == Orientation.landscape;