AlertTheme constructor
const
AlertTheme({
- Color? backgroundColor,
- TextStyle? titleStyle,
- TextStyle? descriptionStyle,
- ButtonStyle? buttonStyle,
- BorderRadius? borderRadius,
- List<
BoxShadow> ? shadow, - Duration? animationDuration,
Implementation
const AlertTheme({
this.backgroundColor,
this.titleStyle,
this.descriptionStyle,
this.buttonStyle,
this.borderRadius,
this.shadow,
this.animationDuration,
});