isDesktop property

bool get isDesktop

UncompleteDocumentation

Implementation

bool get isDesktop {
  return mediaQueryData.size.width >= 1024.0;
}