TouchRippleAnimation constructor

const TouchRippleAnimation({
  1. Duration? fadeInDuration,
  2. Curve? fadeInCurve,
  3. Duration? fadeOutDuration,
  4. Curve? fadeOutCurve,
})

Implementation

const TouchRippleAnimation({
  this.fadeInDuration,
  this.fadeInCurve,
  this.fadeOutDuration,
  this.fadeOutCurve
});