RoughMobileWeb class

Mobile web optimizations for flutter_rough

This class provides utilities and optimizations specifically for mobile web browsers

Constructors

RoughMobileWeb()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isMobileWeb bool
Check if currently on mobile web
no setter

Static Methods

getMobileOptimizedConfig() Map<String, dynamic>
Get mobile-optimized drawing configuration
getOptimizedCanvasSize(Size requestedSize) Size
Get optimized canvas size for mobile web
initialize() → void
Initialize mobile web detection