menu
fluttery_framework package
documentation
view.dart
UniversalPlatform
isDesktop property
isDesktop property
dark_mode
light_mode
isDesktop
property
bool
get
isDesktop
Implementation
static bool get isDesktop => isLinux || isMacOS || isWindows;
fluttery_framework package
documentation
view
UniversalPlatform
isDesktop property
UniversalPlatform class