ResponsiveValue<ValueType> class

Implementers

Constructors

ResponsiveValue({required ValueType s, ValueType? xs, ValueType? xxs, ValueType? m, ValueType? xm, ValueType? l, ValueType? xl, ValueType? xxl, ValueType? h})
const

Properties

h → ValueType?
more then 1600
final
hashCode int
The hash code for this object.
no setterinherited
l → ValueType?
1440
final
m → ValueType?
1024
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s → ValueType
350
final
xl → ValueType?
1520
final
xm → ValueType?
1280
final
xs → ValueType?
480
final
xxl → ValueType?
1600
final
xxs → ValueType?
720
final

Methods

copyWith({ValueType? s, ValueType? xs, ValueType? xxs, ValueType? m, ValueType? xm, ValueType? l, ValueType? xl, ValueType? xxl, ValueType? h}) ResponsiveValue<ValueType>
get(LayoutSize layoutSize) → ValueType
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.
inherited