lerp static method

Linearly interpolate between two StreamMessageAttachmentStyle objects.

Implementation

static StreamMessageAttachmentStyle? lerp(
  StreamMessageAttachmentStyle? a,
  StreamMessageAttachmentStyle? b,
  double t,
) => _$StreamMessageAttachmentStyle.lerp(a, b, t);