ZeroAlertDialogStyle constructor

const ZeroAlertDialogStyle({
  1. TextStyle? titleTextStyle,
  2. TextStyle? contentTextStyle,
  3. Color? barrierColor,
  4. EdgeInsetsGeometry? actionsPadding,
  5. EdgeInsetsGeometry? titlePadding,
  6. EdgeInsetsGeometry? contentPadding,
  7. EdgeInsetsGeometry? iconPadding,
  8. double elevation = 4,
  9. Color? backgroundColor,
  10. Color? shadowColor,
  11. Color? iconColor,
  12. AlignmentGeometry? alignment,
  13. ShapeBorder? shape,
})

Implementation

const ZeroAlertDialogStyle({
  this.titleTextStyle,
  this.contentTextStyle,
  this.barrierColor,
  this.actionsPadding,
  this.titlePadding,
  this.contentPadding,
  this.iconPadding,
  this.elevation = 4,
  this.backgroundColor,
  this.shadowColor,
  this.iconColor,
  this.alignment,
  this.shape,
});