ChatBotTheme constructor
const
ChatBotTheme({
- Color? backgroundColor,
- Color? userMessageColor,
- Color? botMessageColor,
- Color? userMessageTextColor,
- Color? botMessageTextColor,
- Color? sendButtonColor,
- Color? textFieldBorderColor,
- Color? predefinedButtonColor,
- Color? predefinedButtonTextColor,
- TextStyle? titleTextStyle,
- TextStyle? messageTextStyle,
- InputDecoration? textFieldDecoration,
- IconData? sendIcon,
- BoxDecoration? predefinedButtonDecoration,
- TextStyle? predefinedButtonTextStyle,
- Color? predefinedButtonBorderColor,
- double? predefinedButtonBorderRadius,
- EdgeInsetsGeometry? predefinedButtonPadding,
- Color? predefinedContainerBorderColor,
- Color? pageAppBarBgColor,
- TextStyle? pageAppBarTextStyle,
Implementation
const ChatBotTheme({
this.backgroundColor,
this.userMessageColor,
this.botMessageColor,
this.userMessageTextColor,
this.botMessageTextColor,
this.sendButtonColor,
this.textFieldBorderColor,
this.predefinedButtonColor,
this.predefinedButtonTextColor,
this.titleTextStyle,
this.messageTextStyle,
this.textFieldDecoration,
this.sendIcon,
this.predefinedButtonDecoration,
this.predefinedButtonTextStyle,
this.predefinedButtonBorderColor,
this.predefinedButtonBorderRadius,
this.predefinedButtonPadding,
this.predefinedContainerBorderColor,
this.pageAppBarBgColor,
this.pageAppBarTextStyle
});