menu
neom_commons package
documentation
ui/widgets/web/web_breakpoints.dart
WebBreakpoints
sidebarWidth static method
sidebarWidth static method
dark_mode
light_mode
sidebarWidth
static method
double
sidebarWidth
(
double
width
)
Implementation
static double sidebarWidth(double width) => sidebarExpanded(width) ? 220.0 : 72.0;
neom_commons package
documentation
ui/widgets/web/web_breakpoints
WebBreakpoints
sidebarWidth static method
WebBreakpoints class