BreathingBackground constructor

BreathingBackground({
  1. Color? initialMainColor,
  2. Color? transformedMainColor,
  3. Color? initialSecondaryColor,
  4. Color? transformedSecondaryColor,
  5. Alignment? begin,
  6. Alignment? end,
  7. Duration? duration,
})

Implementation

BreathingBackground({
  this.initialMainColor,
  this.transformedMainColor,
  this.initialSecondaryColor,
  this.transformedSecondaryColor,
  this.begin,
  this.end,
  this.duration,
});