isTablet property

bool get isTablet

Implementation

bool get isTablet =>
    MediaQuery.of(this).size.width >= 768 && MediaQuery.of(this).size.width < 1024;