XAlertDialog constructor

XAlertDialog({
  1. String? title_Text,
  2. TextStyle? title_Style,
  3. EdgeInsets? content_insetPadding,
  4. TextStyle? content_TextStyle,
  5. dynamic btnYES_OnPressed()?,
  6. dynamic btnNO_OnPressed()?,
  7. double? actionsBTNarea_Height = 40,
  8. EdgeInsetsGeometry? actionsBTNarea_Padding,
  9. Widget? actionsBTNarea_Child,
  10. String? btnYES_label,
  11. double? height,
  12. String? btnNO_label,
  13. Color? btnYES_Labelcolor,
  14. Color? btnNO_Labelcolor,
  15. Widget? child,
  16. Color? colorBackGround,
  17. Widget? title_Widget,
  18. TextAlign? title_TextAlign,
})

Implementation

XAlertDialog({
  this.title_Text,
  this.title_Style,
  this.content_insetPadding,
  this.content_TextStyle,
  this.btnYES_OnPressed,
  this.btnNO_OnPressed,
  this.actionsBTNarea_Height = 40,
  this.actionsBTNarea_Padding,
  this.actionsBTNarea_Child,
  this.btnYES_label,
  this.height,
  this.btnNO_label,
  this.btnYES_Labelcolor,
  this.btnNO_Labelcolor,
  this.child,
  this.colorBackGround,
  this.title_Widget,
  this.title_TextAlign,
});