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