menu
neom_commons package
documentation
ui/widgets/web/web_breakpoints.dart
WebBreakpoints
isDesktop static method
isDesktop static method
dark_mode
light_mode
isDesktop
static method
bool
isDesktop
(
double
width
)
Implementation
static bool isDesktop(double width) => width > smallDesktop;
neom_commons package
documentation
ui/widgets/web/web_breakpoints
WebBreakpoints
isDesktop static method
WebBreakpoints class