isTablet property

bool get isTablet

Implementation

bool get isTablet => maxWidth >= 600 && maxWidth < 1024;