ZeroSnackbarAlertStyle constructor

const ZeroSnackbarAlertStyle({
  1. TextStyle? titleStyle,
  2. BorderSide? border,
  3. BorderRadiusGeometry? borderRadius,
  4. Duration? duration,
  5. EdgeInsetsGeometry? margin,
  6. EdgeInsetsGeometry? padding,
  7. TextStyle? subtitleStyle,
  8. double? iconSize,
  9. Color? color,
  10. Color? defaultDangerColor,
  11. Color? defaultWarningColor,
  12. Color? defaultInfoColor,
  13. 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,
});