AnimationChannel constructor

AnimationChannel({
  1. required BindKey bindTarget,
  2. required PropertyResolver resolver,
})

Creates a channel that drives bindTarget with resolver.

Implementation

AnimationChannel({required this.bindTarget, required this.resolver});