PulseTheme constructor

const PulseTheme({
  1. double dialogBorderRadius = 10.0,
  2. Color? dialogBackgroundColor,
  3. Color? primaryColor,
  4. Color? titleTextColor,
  5. Color? contentTextColor,
  6. EdgeInsets dialogContentPadding = const EdgeInsets.all(8.0),
  7. double dialogBlurSigmaX = 1.0,
  8. double dialogBlurSigmaY = 1.0,
  9. Color dialogBarrierColor = const Color(0x00ff0000),
  10. TextStyle? titleTextStyle,
  11. TextStyle? contentTextStyle,
  12. TextStyle? buttonTextStyle,
  13. double? iconSize,
  14. Color? errorIconColor,
  15. Color? defectIconColor,
  16. Color? suggestionIconColor,
  17. 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,
});