dialog_box 0.0.2 dialog_box: ^0.0.2 copied to clipboard
This is just for dialog with beautiful layout.
TODO:
Features #
It help you to make Dialog box in short code and better UI
customShowDialog(context, "Do you want to Logout the app?", "Oops..",ok:(){TO DO},cancel:(){TO DO});
customShowDialog(context, "Do you want to Logout the app?", "Success",ok:(){TO DO},cancel:(){TO DO});
customShowDialog(context, "Do you want to Logout the app?", "Warning",ok:(){TO DO},cancel:(){TO DO});
customShowDialog(context, "Do you want to Logout the app?", "Info",ok:(){TO DO},cancel:(){TO DO});
customShowDialog(context, "Do you want to Logout the app?", "Sure",ok:(){TO DO},cancel:(){TO DO});