menu
flutter_chen_common package
documentation
utils/platform_util.dart
PlatformUtil
isWindows property
isWindows property
dark_mode
light_mode
isWindows
property
bool
get
isWindows
Implementation
static bool get isWindows { return !kIsWeb && Platform.isWindows; }
flutter_chen_common package
documentation
utils/platform_util
PlatformUtil
isWindows property
PlatformUtil class