isMobile property

bool get isMobile

UncompleteDocumentation

Implementation

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