menu
sl_flutter_ui_library package
documentation
utility/responsive_helper.dart
ResponsiveHelper
isDesktop static method
isDesktop static method
dark_mode
light_mode
isDesktop
static method
bool
isDesktop
(
BuildContext
context
)
Implementation
static bool isDesktop(BuildContext context) => getDeviceType(context) == DeviceType.desktop;
sl_flutter_ui_library package
documentation
utility/responsive_helper
ResponsiveHelper
isDesktop static method
ResponsiveHelper class