InterpolationDoubleValues class

A data class that holds the minimum and maximum values for interpolation.

It is used to store the min/max values for dynamic sizing based on screen width.

Constructors

InterpolationDoubleValues({double minWidth = kSizes_minScreenWidth, double maxWidth = kSizes_maxWidgetWidth, required double min, required double max})

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
The maximum value to interpolate to.
getter/setter pair
maxWidth double
The maximum screen width to stop interpolation.
getter/setter pair
min double
The minimum value to interpolate from.
getter/setter pair
minWidth double
The minimum screen width to start interpolation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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