ptg_ripple_effect
This package is easy to use the ripple effect.
Getting Started
ptg_ripple_effect: ^0.0.2
install to here
Usage
...
RippleEffect(
child: Colum(
children: [
Text('tap'),
Text('here'),
],
),
onTap: () {
// TODO: api call
},
);
...