BearingTween constructor Null safety
- {required IInterpolationServiceOptimized<
double> interpolator}
Create a tween that calculate angle bearing/heading from given begin and end angle positions.
Implementation
BearingTween({required this.interpolator});