SweetAlertDialog constructor
      
      SweetAlertDialog({ 
    
    
- SweetAlertOptions? options,
- Curve? curve,
Implementation
SweetAlertDialog({
  this.options,
  this.curve,
}) : assert(options != null);