isMobile property

bool get isMobile

Implementation

bool get isMobile => Platform.isAndroid || Platform.isIOS || kIsWeb;