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;
}