NodeAnimation constructor

NodeAnimation({
  1. required List<AnimationController> channels,
})

Implementation

NodeAnimation({
  required this.channels,
}) : lastTime = channels.map((e) => e.lastTime).reduce(max);