isMobile property

bool get isMobile

Implementation

bool get isMobile {
  return !kIsWeb || screenWidth <= tabletBreakpoint;
}