Lerps AFlSpot list based on t value, check Tween.lerp.
t
List<AFlSpot>? lerpFlSpotList(List<AFlSpot>? a, List<AFlSpot>? b, double t) => lerpList(a, b, t, lerp: AFlSpot.lerp);