WorkletAnimation constructor
WorkletAnimation(
- String animatorName, [
- dynamic effects,
- AnimationTimeline? timeline,
- dynamic options,
Implementation
factory WorkletAnimation(String animatorName,
[dynamic effects, AnimationTimeline? timeline, dynamic options]) =>
WorkletAnimation._(animatorName, effects ?? undefined,
timeline ?? undefined, options ?? undefined);