AIConversationSummaryStyle constructor
      const
      AIConversationSummaryStyle({ 
    
    
- Color? backgroundColor,
- TextStyle? emptyTextStyle,
- Color? emptyIconTint,
- Color? errorIconTint,
- TextStyle? errorTextStyle,
- TextStyle? loadingTextStyle,
- Color? loadingIconTint,
- Color? shadowColor,
- DecoratedContainerStyle? decoratedContainerSummaryStyle,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- 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,
});