dialog_box 0.0.1
dialog_box: ^0.0.1 copied to clipboard
This is just for dialog with beautiful layout.
TODO:
ListTile( leading: const Icon(Icons.logout), title: const Text('LogOut'), onTap: () { customShowDialog( context, "Do you want to Logout the app?", "Sure"); }, ),
Features #
//// this is Message
customShowDialog(context, "Do you want to Logout the app?", "Oops..");
customShowDialog(context, "Do you want to Logout the app?", "Success");
customShowDialog(context, "Do you want to Logout the app?", "Warning");
customShowDialog(context, "Do you want to Logout the app?", "Info");
customShowDialog(context, "Do you want to Logout the app?", "Sure");