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