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");

Libraries

dialog_box