ConfirmDialogStyle constructor

const ConfirmDialogStyle({
  1. Color? backgroundColor,
  2. Color? shadowColor,
  3. TextStyle? confirmButtonTextStyle,
  4. TextStyle? cancelButtonTextStyle,
})

confirm dialog style

Implementation

const ConfirmDialogStyle(
    {this.backgroundColor,
    this.shadowColor,
    this.confirmButtonTextStyle,
    this.cancelButtonTextStyle});