isMobile property

bool isMobile

Implementation

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