NodeAnimation constructor
NodeAnimation({
- required List<
AnimationController> channels,
Implementation
NodeAnimation({
required this.channels,
}) : lastTime = channels.map((e) => e.lastTime).reduce(max);