AIAssistBotStyle constructor

const AIAssistBotStyle({
  1. TextStyle? emptyTextStyle,
  2. Color? emptyIconTint,
  3. Color? errorIconTint,
  4. TextStyle? errorTextStyle,
  5. TextStyle? loadingTextStyle,
  6. Color? loadingIconTint,
  7. Color? shadowColor,
  8. TextStyle? titleStyle,
  9. Color? closeIconTint,
  10. Color? background,
  11. BoxBorder? border,
  12. double? borderRadius,
  13. Gradient? gradient,
})

Implementation

const AIAssistBotStyle({
  this.emptyTextStyle,
  this.emptyIconTint,
  this.errorIconTint,
  this.errorTextStyle,
  this.loadingTextStyle,
  this.loadingIconTint,
  this.shadowColor,
  this.titleStyle,
  this.closeIconTint,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});