isMobile top-level property

bool get isMobile

Implementation

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