bouncing_widget 1.0.0 copy "bouncing_widget: ^1.0.0" to clipboard
bouncing_widget: ^1.0.0 copied to clipboard

outdated

A widget that enables you to add a bouncing animation on a widget.

bouncing_widget #

A widget that enables you to add a bouncing animation on a widget.

Example #

How does it work ? #

You just have to encapsulate the widget of your choice with a BouncingWidget.

BouncingWidget(
  onPressed: () {
    print("onPressed");
  },
  child: Text(
    "Hello !",
    style: TextStyle(
      color: Colors.white,
      fontWeight: FontWeight.bold,
      fontSize: 35,
    ),
  ),
),
199
likes
0
pub points
93%
popularity

Publisher

unverified uploader

A widget that enables you to add a bouncing animation on a widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bouncing_widget