isDesktop property

bool get isDesktop

Implementation

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