DefaultDialog constructor
DefaultDialog({
- String? message,
- dynamic onCloseModal()?,
- Color? messageColor,
- String? header,
- dynamic onCancel()?,
- RothkoButton? button,
- bool? withCancelButton = true,
- String? buttonText,
- IconData? dialogIcon,
- Color? iconColor,
- Color? buttonColor,
- Color? bannerColor,
- Color? buttonTextColor,
- dynamic onTapAction()?,
- double? width,
- double? buttonWidth,
- double? msgFontSize,
Implementation
DefaultDialog(
{this.message,
this.onCloseModal,
this.messageColor,
this.header,
this.onCancel,
this.button,
this.withCancelButton = true,
this.buttonText,
this.dialogIcon,
this.iconColor,
this.buttonColor,
this.bannerColor,
this.buttonTextColor,
this.onTapAction,
this.width,
this.buttonWidth,
this.msgFontSize});