RipplePainter constructor

RipplePainter(
  1. double progress,
  2. Color rippleColor
)

Implementation

RipplePainter(this.progress, this.rippleColor);