lerp method
Linearly interpolate with another object.
Implementation
@override
TextStyleSurfaceGroup lerp(TextStyleSurfaceGroup? other, double t) => this;
Linearly interpolate with another object.
@override
TextStyleSurfaceGroup lerp(TextStyleSurfaceGroup? other, double t) => this;