SDDialog constructor

SDDialog({@required String title, bool barrierDismissible: false, Widget content, SDDismissButton dismissButton, SDActionButton actionButton })

Implementation

SDDialog(
    {@required this.title,
    this.barrierDismissible: false,
    this.content,
    this.dismissButton,
    this.actionButton});