SweetAlertDialog constructor

SweetAlertDialog({
  1. SweetAlertOptions? options,
  2. Curve? curve,
})

Implementation

SweetAlertDialog({
  this.options,
  this.curve,
}) : assert(options != null);