isMobile property

bool isMobile

Implementation

static bool get isMobile => !isWeb && (Platform.isIOS || Platform.isAndroid);