popped_button

Creator: coderz1093

Last updated:

0 purchases

popped_button Image
popped_button Images
Add to Cart

Description:

popped button

popped_button #
This package creates a 3d popped button
Preview #

Usage #
PoppedButton(
depth: 10.5,
color: Colors.yellow,
child: Center(
child: Text(
"Click me!",
style: TextStyle(fontWeight: FontWeight.bold),
),
),
onPressed: () {
debugPrint("Pressed");
},
)
copied to clipboard
Contributing #
If you have read up till here, then 🎉🎉🎉. There are couple of ways in which you can contribute to
the growing community of popped_button.dart.

Pick up any issue marked with "good first issue"
Propose any feature, enhancement
Report a bug
Fix a bug
Write and improve some documentation. Documentation is super critical and its importance
cannot be overstated!
Send in a Pull Request 😊

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.