TypingIndicatorTheme class

Annotations

Constructors

TypingIndicatorTheme({required Color animatedCirclesColor, required double animatedCircleSize, required BorderRadius bubbleBorder, required Color bubbleColor, required Color countAvatarColor, required Color countTextColor, required TextStyle multipleUserTextStyle})
Defaults according to DefaultChatTheme and DarkChatTheme. See ChatTheme.typingIndicatorTheme to customize your own.
const

Properties

animatedCirclesColor Color
Three Animated dots color for TypingIndicator.
final
animatedCircleSize double
Animated Circle Size for TypingIndicator.
final
bubbleBorder BorderRadius
Bubble border for TypingIndicator.
final
bubbleColor Color
Bubble color for TypingIndicator.
final
countAvatarColor Color
Count Avatar color for TypingIndicator.
final
countTextColor Color
Count Text color for TypingIndicator.
final
hashCode int
The hash code for this object.
no setterinherited
multipleUserTextStyle TextStyle
Multiple users text style for TypingIndicator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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