isMobile property

bool isMobile

Implementation

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