0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.