var Confirm = await Dialog.confirm({
title: "Do you want to log out of your account?",
message: "You can log in again using your email and password",
okButtonTitle: "Exit",
cancelButtonTitle: "Cancel",
});
Hello.
How can I change the color of the exit button to red?
Hello.
How can I change the color of the exit button to red?