isMobile property

bool get isMobile

Implementation

bool get isMobile {
  return mediaQueryData.size.width <= 500.0;
}