PulseTheme constructor
const
PulseTheme({
- double dialogBorderRadius = 10.0,
- Color? dialogBackgroundColor,
- Color? primaryColor,
- Color? titleTextColor,
- Color? contentTextColor,
- EdgeInsets dialogContentPadding = const EdgeInsets.all(8.0),
- double dialogBlurSigmaX = 1.0,
- double dialogBlurSigmaY = 1.0,
- Color dialogBarrierColor = const Color(0x00ff0000),
- TextStyle? titleTextStyle,
- TextStyle? contentTextStyle,
- TextStyle? buttonTextStyle,
- double? iconSize,
- Color? errorIconColor,
- Color? defectIconColor,
- Color? suggestionIconColor,
- Color? categoryIconColor,
Implementation
const PulseTheme({
this.dialogBorderRadius = 10.0,
this.dialogBackgroundColor,
this.primaryColor,
this.titleTextColor,
this.contentTextColor,
this.dialogContentPadding = const EdgeInsets.all(8.0),
this.dialogBlurSigmaX = 1.0,
this.dialogBlurSigmaY = 1.0,
this.dialogBarrierColor = const Color(0x00ff0000),
this.titleTextStyle,
this.contentTextStyle,
this.buttonTextStyle,
this.iconSize,
this.errorIconColor,
this.defectIconColor,
this.suggestionIconColor,
this.categoryIconColor,
});