KillSwitchTheme constructor

const KillSwitchTheme({
  1. Color? backgroundColor,
  2. Color? primaryColor,
  3. Color? titleTextColor,
  4. Color? bodyTextColor,
  5. Color? buttonBackgroundColor,
  6. Color? buttonTextColor,
  7. double? borderRadius,
  8. double? buttonBorderRadius,
  9. Color? shadowColor,
  10. double? shadowBlurRadius,
  11. double? shadowSpreadRadius,
  12. TextStyle? titleTextStyle,
  13. TextStyle? bodyTextStyle,
  14. TextStyle? buttonTextStyle,
  15. double? iconSize,
  16. EdgeInsets? dialogPadding,
  17. bool? useDarkTheme,
  18. Color? borderColor,
  19. double? borderWidth,
  20. Color? linkColor,
  21. TextStyle? richContentTextStyle,
  22. Color? inputBorderColor,
  23. Color? inputBackgroundColor,
  24. Color? inputTextColor,
  25. double? mediaBorderRadius,
  26. double? imageMaxHeight,
  27. double? imageMaxWidth,
  28. Duration? animationDuration,
  29. Curve? entranceCurve,
  30. Curve? exitCurve,
  31. bool? enableAnimations,
  32. Duration? loadingAnimationDuration,
  33. bool? enableParticleEffects,
  34. Color? particleColor,
  35. int? particleCount,
  36. AnimationType? animationType,
})

Implementation

const KillSwitchTheme({
  this.backgroundColor,
  this.primaryColor,
  this.titleTextColor,
  this.bodyTextColor,
  this.buttonBackgroundColor,
  this.buttonTextColor,
  this.borderRadius,
  this.buttonBorderRadius,
  this.shadowColor,
  this.shadowBlurRadius,
  this.shadowSpreadRadius,
  this.titleTextStyle,
  this.bodyTextStyle,
  this.buttonTextStyle,
  this.iconSize,
  this.dialogPadding,
  this.useDarkTheme,
  this.borderColor,
  this.borderWidth,
  this.linkColor,
  this.richContentTextStyle,
  this.inputBorderColor,
  this.inputBackgroundColor,
  this.inputTextColor,
  this.mediaBorderRadius,
  this.imageMaxHeight,
  this.imageMaxWidth,
  this.animationDuration,
  this.entranceCurve,
  this.exitCurve,
  this.enableAnimations,
  this.loadingAnimationDuration,
  this.enableParticleEffects,
  this.particleColor,
  this.particleCount,
  this.animationType,
});