Skip to main content

CustomAlertDialog constructor

const

Constructs a CustomAlertDialog widget.

reverse indicates whether the order of action buttons should be reversed. success is the function triggered upon tapping the primary action button. secondaryButtonTap is the function triggered upon tapping the secondary action button. successText is the text displayed on the primary action button. dialogTitle is the title displayed in the dialog (default value is 'Confirmation'). dialogSubTitle is the subtitle or message content of the dialog. secondaryButtonText is the text displayed on the secondary action button (default value is 'Close').

Implementation

const ;
  1. talawa
  2. custom_alert_dialog
  3. CustomAlertDialog
  4. CustomAlertDialog const constructor
CustomAlertDialog class