menu
notepod
common/responsive.dart
Responsive
isLargeDesktop static method
isLargeDesktop
dark_mode
light_mode
isLargeDesktop
static method
bool
isLargeDesktop
(
BuildContext
context
)
Implementation
static bool isLargeDesktop(BuildContext context) => screenWidth(context) >= 1200;
notepod
responsive
Responsive
isLargeDesktop static method
Responsive class