AIConversationSummaryStyle constructor

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

Implementation

const AIConversationSummaryStyle({
  this.backgroundColor,
  this.emptyTextStyle,
  this.emptyIconTint,
  this.errorIconTint,
  this.errorTextStyle,
  this.loadingTextStyle,
  this.loadingIconTint,
  this.shadowColor,
  this.decoratedContainerSummaryStyle,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});