ContainerQueryData class
Data holding the exact size and the calculated semantic QueryTier.
Constructors
- ContainerQueryData({required double width, required double height, required QueryTier tier})
-
Creates ContainerQueryData.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → double
-
The current height of the container.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tier → QueryTier
-
The semantic tier calculated based on breakpoints.
final
- width → double
-
The current width of the container.
final
Methods
-
isAtLeast(
double value) → bool -
Returns true if the container width is greater than or equal to
value. -
isLessThan(
double value) → bool -
Returns true if the container width is strictly less than
value. -
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.
override