dfalertbox

Creator: coderz1093

Last updated:

0 purchases

dfalertbox Image
dfalertbox Images

Languages

Categories

Add to Cart

Description:

dfalertbox

dfalertbox #
An alert dialog for flutter aps
How to use #
FloatingActionButton(
onPressed: () async {
await CustomAlertBox.displayAlertBox(
context: context,
willDisplayWidget: Container(
child: Text('My custom alert box, used from example!!'),
));
},
tooltip: 'Show Custom Alert Box',
child: Icon(Icons.message),
)
# dfalertbox

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.