menu
torugo_widgets package
documentation
utils/t_platform.dart
TPlatform
isWeb property
isWeb property
dark_mode
light_mode
isWeb
property
bool
get
isWeb
If the current platform is a web browser
Implementation
static bool get isWeb => kIsWeb;
torugo_widgets package
documentation
utils/t_platform
TPlatform
isWeb property
TPlatform class