IndicatorAnimationCommand constructor

IndicatorAnimationCommand(
  1. {bool? pause,
  2. bool? resume,
  3. Duration? duration}
)

Implementation

IndicatorAnimationCommand({
  this.pause,
  this.resume,
  this.duration,
});