bouncing_button 0.0.1 copy "bouncing_button: ^0.0.1" to clipboard
bouncing_button: ^0.0.1 copied to clipboard

A new Flutter package.

Features #

Bouncing Animation for buttons

Getting started #

bouncing_button: ^0.0.1

Usage #

    BouncingButton(
      child: const Icon(Icons.favorite),
      onPressed: () {
        debugPrint("pressed!");
      },
    )