isTablet property
bool
get
isTablet
Implementation
bool get isTablet => screenWidth >= kMobileBreakpoint && screenWidth < kDesktopBreakpoint;
bool get isTablet => screenWidth >= kMobileBreakpoint && screenWidth < kDesktopBreakpoint;