menu
neom_commons package
documentation
ui/widgets/web/web_breakpoints.dart
WebBreakpoints
isTablet static method
isTablet static method
dark_mode
light_mode
isTablet
static method
bool
isTablet
(
double
width
)
Implementation
static bool isTablet(double width) => width > mobile && width <= tablet;
neom_commons package
documentation
ui/widgets/web/web_breakpoints
WebBreakpoints
isTablet static method
WebBreakpoints class