ResizeRangePx class

Precomputed resize range with a fitting resolver.

Constructors

ResizeRangePx({required double minPx, required double maxPx, double stepPx = 1})

Properties

hashCode → int
The hash code for this object.
no setterinherited
highPx → double
final
lowPx → double
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stepPx → double
final
steps → List<double>
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveFitting(bool fits(double)) → double
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited