alert_box_flutter 1.0.2
alert_box_flutter: ^1.0.2 copied to clipboard
Custom Alert Box.
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);
Additional information #
We don't need any additional info for this