menu
katana_flutter package
documentation
config/mobile/mobile.dart
Config
isIOS property
isIOS property
dark_mode
light_mode
isIOS
property
bool
get
isIOS
True for IOS apps.
Implementation
static bool get isIOS => !isWeb && Platform.isIOS;
katana_flutter package
documentation
config/mobile/mobile
Config
isIOS property
Config class