TouchRipplePainter constructor

const TouchRipplePainter({
  1. required TouchRippleController controller,
})

Implementation

const TouchRipplePainter({
  required this.controller,
});