lerp method

  1. @override
TextStyleSurfaceGroup lerp(
  1. covariant TextStyleSurfaceGroup? other,
  2. double t
)
override

Linearly interpolate with another object.

Implementation

@override
TextStyleSurfaceGroup lerp(TextStyleSurfaceGroup? other, double t) => this;