CJBaseMessageAlertView constructor

CJBaseMessageAlertView({
  1. Key? key,
  2. double? height,
  3. String? title,
  4. String? message,
  5. RichText? richTextWidget,
  6. TextAlign? messageAlign,
  7. bool isCloseButton = false,
  8. Function? closeHandle,
  9. bool? scrollable,
  10. bool barrierDismissible = true,
  11. bool showCloseButton = true,
})

Implementation

CJBaseMessageAlertView({
  Key? key,
  this.height,
  this.title,
  this.message,
  this.richTextWidget,
  this.messageAlign,
  this.isCloseButton = false,
  this.closeHandle,
  this.scrollable,
  this.barrierDismissible = true,
  this.showCloseButton = true,
});