menu
flutter_tokens 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;
flutter_tokens package
documentation
utility/responsive_helper
ResponsiveHelper
isDesktop static method
ResponsiveHelper class