Features
Bouncing Animation for buttons
Getting started
bouncing_button: ^0.0.1
Usage
BouncingButton(
child: const Icon(Icons.favorite),
onPressed: () {
debugPrint("pressed!");
},
)
Bouncing Animation for buttons
bouncing_button: ^0.0.1
BouncingButton(
child: const Icon(Icons.favorite),
onPressed: () {
debugPrint("pressed!");
},
)