KeyframeInterpolation constructor
KeyframeInterpolation({})
Implementation
KeyframeInterpolation(
{required this.property,
required this.startOffset,
required this.endOffset,
required this.easing,
required this.begin,
required this.end,
required this.lerp}) {
easing ??= Curves.linear;
}