menu
_iwu_pack package
documentation
responsive/responsive_layout.dart
ResponLayout
isPhone static method
isPhone static method
dark_mode
light_mode
isPhone
static method
bool
isPhone
(
BuildContext
context
)
Implementation
static bool isPhone(BuildContext context) => MediaQuery.sizeOf(context).width < phoneLimit;
_iwu_pack package
documentation
responsive/responsive_layout
ResponLayout
isPhone static method
ResponLayout class