ChatTheme constructor
const
ChatTheme({
- Color? userBubbleColor,
- Color? botBubbleColor,
- TextStyle? userTextStyle,
- TextStyle? botTextStyle,
- BoxDecoration? userBubbleDecoration,
- BoxDecoration? botBubbleDecoration,
- InputDecoration? inputDecoration,
- Color? sendButtonColor,
- Color? sendButtonDisabledColor,
- Color? loadingIndicatorColor,
- Color? backgroundColor,
- BorderRadius? userBubbleBorderRadius,
- BorderRadius? botBubbleBorderRadius,
Implementation
const ChatTheme({
this.userBubbleColor,
this.botBubbleColor,
this.userTextStyle,
this.botTextStyle,
this.userBubbleDecoration,
this.botBubbleDecoration,
this.inputDecoration,
this.sendButtonColor,
this.sendButtonDisabledColor,
this.loadingIndicatorColor,
this.backgroundColor,
this.userBubbleBorderRadius,
this.botBubbleBorderRadius,
});