ResponsiveRange class

Constructors

ResponsiveRange(Map<double, double> valueByRange)
const
ResponsiveRange.empty()
const
ResponsiveRange.fromBreakpoints(Map<Breakpoint, double> valueByBreakpoint)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueByRange Map<double, double>
final

Methods

computeResponsiveSizeFrom(double size) double
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