KillSwitchTheme constructor
const
KillSwitchTheme({
- Color? backgroundColor,
- Color? primaryColor,
- Color? titleTextColor,
- Color? bodyTextColor,
- Color? buttonBackgroundColor,
- Color? buttonTextColor,
- double? borderRadius,
- double? buttonBorderRadius,
- Color? shadowColor,
- double? shadowBlurRadius,
- double? shadowSpreadRadius,
- TextStyle? titleTextStyle,
- TextStyle? bodyTextStyle,
- TextStyle? buttonTextStyle,
- double? iconSize,
- EdgeInsets? dialogPadding,
- bool? useDarkTheme,
- Color? borderColor,
- double? borderWidth,
- Color? linkColor,
- TextStyle? richContentTextStyle,
- Color? inputBorderColor,
- Color? inputBackgroundColor,
- Color? inputTextColor,
- double? mediaBorderRadius,
- double? imageMaxHeight,
- double? imageMaxWidth,
- Duration? animationDuration,
- Curve? entranceCurve,
- Curve? exitCurve,
- bool? enableAnimations,
- Duration? loadingAnimationDuration,
- bool? enableParticleEffects,
- Color? particleColor,
- int? particleCount,
- 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,
});