isMobile property
bool
get
isMobile
Implementation
static bool get isMobile => kIsWeb
? false
: (defaultTargetPlatform == TargetPlatform.iOS) ||
(defaultTargetPlatform == TargetPlatform.android);