BubbleStyle constructor
const
BubbleStyle({
- double? userBubbleMaxWidth,
- double? aiBubbleMaxWidth,
- double? userBubbleMinWidth,
- double? aiBubbleMinWidth,
- Color? userBubbleColor,
- Color? aiBubbleColor,
- Color? userNameColor,
- Color? aiNameColor,
- Color? copyIconColor,
- double? userBubbleTopLeftRadius,
- double? userBubbleTopRightRadius,
- double? aiBubbleTopLeftRadius,
- double? aiBubbleTopRightRadius,
- double? bottomLeftRadius,
- double? bottomRightRadius,
- bool enableShadow = true,
- double? shadowOpacity,
- double? shadowBlurRadius,
- Offset? shadowOffset,
Implementation
const BubbleStyle({
this.userBubbleMaxWidth,
this.aiBubbleMaxWidth,
this.userBubbleMinWidth,
this.aiBubbleMinWidth,
this.userBubbleColor,
this.aiBubbleColor,
this.userNameColor,
this.aiNameColor,
this.copyIconColor,
this.userBubbleTopLeftRadius,
this.userBubbleTopRightRadius,
this.aiBubbleTopLeftRadius,
this.aiBubbleTopRightRadius,
this.bottomLeftRadius,
this.bottomRightRadius,
this.enableShadow = true,
this.shadowOpacity,
this.shadowBlurRadius,
this.shadowOffset,
});