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