AwsAniSetting constructor

AwsAniSetting({
  1. required AwsAnimation animation,
  2. Duration? duration,
  3. Duration? delay,
  4. dynamic controller(
    1. AnimationController
    )?,
  5. bool manualTrigger = false,
  6. bool? animate,
  7. double? from,
  8. bool infinite = false,
  9. double? spins,
  10. double to = 100,
})

Implementation

AwsAniSetting(
    {required this.animation,
    this.duration,
    this.delay,
    this.controller,
    this.manualTrigger = false,
    this.animate,
    this.from,
    this.infinite = false,
    this.spins,
    this.to = 100});