menu
flutter_adaptive_kit package
documentation
adaptive_ui.dart
PlatformUtils
isWeb property
isWeb property
dark_mode
light_mode
isWeb
property
bool
get
isWeb
Returns true if running on web.
Implementation
static bool get isWeb => kIsWeb;
flutter_adaptive_kit package
documentation
adaptive_ui
PlatformUtils
isWeb property
PlatformUtils class