menu
conectar_design_system package
documentation
commons/platform_utils.dart
PlatformUtils
isWeb property
isWeb property
dark_mode
light_mode
isWeb
property
bool
get
isWeb
Check if the current platform is web
Implementation
static bool get isWeb => kIsWeb;
conectar_design_system package
documentation
commons/platform_utils
PlatformUtils
isWeb property
PlatformUtils class