WidgetRestingEffects constructor

WidgetRestingEffects({
  1. WidgetRestingEffectStyle? style,
  2. AtRestAnimationSettingsBuilder? builder,
  3. Duration? duration,
  4. Alignment? alignment,
  5. Curve? curve,
  6. int? numberOfPlays,
  7. double? effectStrength,
  8. Duration? delay,
})

Default constructor for at rest animations

Implementation

WidgetRestingEffects(
    {this.style,
    this.builder,
    this.duration,
    this.alignment,
    this.curve,
    this.numberOfPlays,
    this.effectStrength,
    this.delay});