ScreenScope class

Constructors

ScreenScope({double minWidth = 0.0, double maxWidth = screenMaxDimension, double minHeight = 0.0, double maxHeight = screenMaxDimension, Orientation? orientation})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
maxHeight double
final
maxWidth double
final
minHeight double
final
minWidth double
final
orientation Orientation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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