menu
flutter_easy package
documentation
utils/src/global_util.dart
isDesktop property
isDesktop property
dark_mode
light_mode
isDesktop
top-level property
bool
get
isDesktop
Implementation
bool get isDesktop => !kIsWeb && !isPhone && !isTablet;
flutter_easy package
documentation
utils/src/global_util
isDesktop property
global_util library