isDesktop property

bool get isDesktop

Implementation

bool get isDesktop {
  return kIsWeb && screenWidth > desktopBreakpoint;
}