ResponsiveData class

Immutable container for responsive metrics with Quantized IDs for Stability

Constructors

ResponsiveData.fromMediaQuery(MediaQueryData? media, ScalifyConfig cfg)
factory

Properties

config ScalifyConfig
final
hashCode int
The hash code for this object.
no setteroverride
isLargeScreen bool
no setter
isMediumScreen bool
no setter
isOverMaxWidth bool
no setter
isSmallScreen bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleFactor double
final
scaleHeight double
final
scaleWidth double
final
screenType ScreenType
final
size Size
final
textScaleFactor double
final

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.
override

Constants

identity → const ResponsiveData