AlphaMarkerAnimation constructor

AlphaMarkerAnimation({
  1. Duration duration = const Duration(seconds: 1),
  2. int repeatCount = 1,
  3. RepeatMode repeatMode = RepeatMode.Reverse,
  4. double? fromValue,
  5. double? toValue,
})

Implementation

AlphaMarkerAnimation({
  Duration duration = const Duration(seconds: 1),
  int repeatCount = 1,
  RepeatMode repeatMode = RepeatMode.Reverse,
  double? fromValue,
  double? toValue,
}) : super(duration, repeatCount, repeatMode, fromValue, toValue);