MarkerAnimation constructor

MarkerAnimation(
  1. Duration duration,
  2. int repeatCount,
  3. RepeatMode repeatMode,
  4. double? fromValue,
  5. double? toValue,
)

Implementation

MarkerAnimation(
  this.duration,
  this.repeatCount,
  this.repeatMode,
  this.fromValue,
  this.toValue,
);