isTable property

bool get isTable

Implementation

bool get isTable {
  var shortestSide = MediaQuery.of(this).size.shortestSide;
  return shortestSide > 600;
}