AIConversationSummaryStyle class

AIConversationSummaryStyle is a data class that has styling-related properties to customize the appearance of AIConversationSummaryStyle

Inheritance

Constructors

AIConversationSummaryStyle({Color? backgroundColor, TextStyle? emptyTextStyle, Color? emptyIconTint, Color? errorIconTint, TextStyle? errorTextStyle, TextStyle? loadingTextStyle, Color? loadingIconTint, Color? shadowColor, DecoratedContainerStyle? decoratedContainerSummaryStyle, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
const

Properties

background Color?
background provides background color to the widget
finalinherited
backgroundColor Color?
backgroundColor changes background color of reply list
final
border BoxBorder?
border provides border around the widget
finalinherited
borderRadius double?
borderRadius provides radius to the border around the widget
finalinherited
decoratedContainerSummaryStyle DecoratedContainerStyle?
decoratedContainerSummaryStyle set style for summary's decorated style
final
emptyIconTint Color?
emptyIconTint provides color to empty icon
final
emptyTextStyle TextStyle?
emptyTextStyle provides styling for text tin empty state
final
errorIconTint Color?
errorIconTint provides color to error icon
final
errorTextStyle TextStyle?
errorTextStyle provides styling for text to indicate error state
final
gradient Gradient?
gradient provides (background) gradient to the widget
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
height provides height to the widget
finalinherited
loadingIconTint Color?
loadingIconTint provides color to loading icon
final
loadingTextStyle TextStyle?
loadingTextStyle changes style of suggested loading text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
shadowColor changes shadow color of reply text chip/bubbles
final
width double?
width provides width to the widget
finalinherited

Methods

copyWith({TextStyle? replyTextStyle, TextStyle? loadingTextStyle, Color? backgroundColor, Color? loadingIconTint, TextStyle? emptyTextStyle, TextStyle? errorTextStyle, Color? errorIconTint, Color? emptyIconTint, Color? shadowColor, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient}) AIConversationSummaryStyle
Copies current AIConversationSummaryStyle with some changes
merge(AIConversationSummaryStyle? other) AIConversationSummaryStyle
Merges current AIConversationSummaryStyle with other
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