LlmMessageStyle class
Constructors
- LlmMessageStyle.new({Widget? assistantIcon, Widget? userIcon, EdgeInsets? inputPadding, Widget? sendIcon, TextStyle? userTextStyle, TextStyle? assistantTextStyle, TextStyle? inputTextStyle, TextStyle? systemTextStyle, Color? systemColor, Color? inputBoxColor, required Color userColor, required Color assistantColor})
-
const
Properties
- assistantColor → Color
-
final
- assistantIcon → Widget?
-
final
- assistantTextStyle → TextStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputBoxColor → Color?
-
final
- inputPadding → EdgeInsets?
-
final
- inputTextStyle → TextStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendIcon → Widget?
-
final
- systemColor → Color?
-
final
- systemTextStyle → TextStyle?
-
final
- userColor → Color
-
final
- userIcon → Widget?
-
final
- userTextStyle → TextStyle?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited