ZeroSnackbarAlertStyle constructor
const
ZeroSnackbarAlertStyle({
- TextStyle? titleStyle,
- BorderSide? border,
- BorderRadiusGeometry? borderRadius,
- Duration? duration,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- TextStyle? subtitleStyle,
- double? iconSize,
- Color? color,
- Color? defaultDangerColor,
- Color? defaultWarningColor,
- Color? defaultInfoColor,
- Color? defaultSuccessColor,
Implementation
const ZeroSnackbarAlertStyle({
this.titleStyle,
this.border,
this.borderRadius,
this.duration,
this.margin,
this.padding,
this.subtitleStyle,
this.iconSize,
this.color,
this.defaultDangerColor,
this.defaultWarningColor,
this.defaultInfoColor,
this.defaultSuccessColor,
});