ContainerQueryData class

Data holding the exact size and the calculated semantic QueryTier.

Constructors

ContainerQueryData({required double width, required double height, required QueryTier tier})
const

Properties

hashCode → int
The hash code for this object.
no setteroverride
height → double
final
isDesktop → bool
Whether the container is considered desktop size.
no setter
isMobile → bool
Whether the container is considered mobile size.
no setter
isTablet → bool
Whether the container is considered tablet size.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tier → QueryTier
final
width → double
final

Methods

isAtLeast(double value) → bool
isLessThan(double value) → bool
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