WarningDialog constructor
      const
      WarningDialog({})
     
    
    
Implementation
const WarningDialog({
  super.key,
  required this.description,
  this.leftButtonText,
  this.showRight = true,
  this.leftPressed,
  this.rightPressed,
});