YaruAnimatedVectorIcon constructor

const YaruAnimatedVectorIcon(
  1. AnimatedVectorData data, {
  2. Duration? duration,
  3. double? size,
  4. Color? color,
  5. YaruAnimationMode mode = YaruAnimationMode.once,
  6. double? initialProgress,
  7. Key? key,
})

Create a Yaru animated icon runner.

Implementation

const YaruAnimatedVectorIcon(
  this.data, {
  this.duration,
  this.size,
  this.color,
  this.mode = YaruAnimationMode.once,
  this.initialProgress,
  super.key,
});