menu
flutter_r3_pkg package
documentation
config/responsive.dart
Responsive
isMobileLansacpe static method
isMobileLansacpe static method
dark_mode
light_mode
isMobileLansacpe
static method
bool
isMobileLansacpe
(
BuildContext
context
)
Implementation
static bool isMobileLansacpe(BuildContext context) => MediaQuery.of(context).size.width < 768;
flutter_r3_pkg package
documentation
config/responsive
Responsive
isMobileLansacpe static method
Responsive class