is_mobile property

bool is_mobile
getter/setter pair

Implementation

bool is_mobile = (Platform.isAndroid || Platform.isIOS || kIsWeb);