LlmMessageStyle constructor
const
LlmMessageStyle({})
Implementation
const LlmMessageStyle({
this.assistantIcon,
this.userIcon,
this.inputPadding,
this.sendIcon,
this.userTextStyle,
this.assistantTextStyle,
this.inputTextStyle,
this.systemTextStyle,
this.systemColor,
this.inputBoxColor,
required this.userColor,
required this.assistantColor,
});