Linear class
Tuple used with Curve.linear. The optional arguments are percentages between 0-100.
e.g.,
Linear(0.2); // Becomes "0.2"
Linear(0.2, 10); // Becomes "0.2 10%"
Linear(0.2, 10, 5.5); // Becomes "0.2 10% 5.5%"
Properties
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