CQAlertContainer constructor
      
      CQAlertContainer({})
     
    
    
Implementation
CQAlertContainer({
  Key? key,
  this.height,
  required this.contentWidget,
  this.buttonsWidgetHeight,
  this.buttonsWidget,
  this.closeHandle,
  this.barrierDismissible = true,
  this.showCloseButton = true,
});