isBigScreen property

bool isBigScreen

Implementation

bool get isBigScreen {
  return query.size.width >= 768;
}