menu
xyz_flutter_plus package
documentation
@utils/src/current_platform.dart
CurrentPlatform
isMobile property
isMobile property
dark_mode
light_mode
isMobile
property
bool
get
isMobile
Implementation
static bool get isMobile => isOsMobile && isWindowSizeMobile;
xyz_flutter_plus package
documentation
@utils/src/current_platform
CurrentPlatform
isMobile property
CurrentPlatform class