isTablet property

bool get isTablet

Implementation

bool get isTablet {
  return MediaQuery.of(this).size.width > 600;
}