alert_box_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

alert box flutter

Custom alert box will help to create custom alert box.
Features #
It is very dynamic and easy to implement.
Getting started #
You do not need ant special thing to do wi
Usage #
Just import the package and use it.
await CustomAlertBox.showCustomAlertBox(
context: context,
headingWidget: const Text('Alert'),
descWidget:
const Text('My custom alert box, used from example!!'),
firstButtonClick: () {},
secondButtonClick: () {},
secondButtonColor: Colors.orange);
copied to clipboard
Additional information #
We don't need any additional info for this

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.