menu
es_utils package
documentation
es_widgets.dart
ESPlatform
isWeb property
isWeb property
dark_mode
light_mode
isWeb
property
bool
get
isWeb
can be used to check platform is web or not using
kIsWeb
internally
Implementation
static bool get isWeb => kIsWeb;
es_utils package
documentation
es_widgets
ESPlatform
isWeb property
ESPlatform class