isMobile property

bool get isMobile

Implementation

bool get isMobile {
  return MediaQuery.of(this).size.width <= 500.0;
}