AnimationChannel constructor
AnimationChannel({
- required BindKey bindTarget,
- required PropertyResolver resolver,
Creates a channel that drives bindTarget with resolver.
Implementation
AnimationChannel({required this.bindTarget, required this.resolver});