ZeroAlertDialogStyle constructor
const
ZeroAlertDialogStyle({
- TextStyle? titleTextStyle,
- TextStyle? contentTextStyle,
- Color? barrierColor,
- EdgeInsetsGeometry? actionsPadding,
- EdgeInsetsGeometry? titlePadding,
- EdgeInsetsGeometry? contentPadding,
- EdgeInsetsGeometry? iconPadding,
- double elevation = 4,
- Color? backgroundColor,
- Color? shadowColor,
- Color? iconColor,
- AlignmentGeometry? alignment,
- 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,
});