AlertDialogStyle constructor
AlertDialogStyle({})
confirm
default value is DEFAULT_CONFIRM
cancel
default value is DEFAULT_CANCEL
dismiss
default value is DEFAULT_DISMISS
title
default value is DEFAULT_TITLE
Implementation
AlertDialogStyle({
this.confirm = DEFAULT_CONFIRM,
this.cancel = DEFAULT_CANCEL,
this.dismiss = DEFAULT_DISMISS,
this.title = DEFAULT_TITLE,
this.message,
});