ScreenScope class
Constructors
- ScreenScope.new({double minWidth = 0.0, double maxWidth = screenMaxDimension, double minHeight = 0.0, double maxHeight = screenMaxDimension})
-
const
Properties
Methods
-
isOfScreenScope(
MediaQueryData data) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override