lerp method
Linearly interpolate with another Spec object.
Implementation
@override
IntrinsicWidthModifierSpec lerp(
IntrinsicWidthModifierSpec? other,
double t,
) {
// No properties to interpolate, return this instance
return this;
}
Linearly interpolate with another Spec object.
@override
IntrinsicWidthModifierSpec lerp(
IntrinsicWidthModifierSpec? other,
double t,
) {
// No properties to interpolate, return this instance
return this;
}