TypingIndicatorOptions class
- Annotations
Constructors
-
TypingIndicatorOptions({Duration animationSpeed = const Duration(milliseconds: 500), Widget? customTypingIndicator, TypingIndicatorMode typingMode = TypingIndicatorMode.name, List<
User> typingUsers = const []}) -
const
Properties
- animationSpeed → Duration
-
Animation speed for circles.
Defaults to 500 ms.
final
- customTypingIndicator → Widget?
-
Allows to set custom TypingIndicator.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typingMode → TypingIndicatorMode
-
Typing mode for TypingIndicator. See TypingIndicatorMode.
final
-
typingUsers
→ List<
User> -
Author(s) for TypingIndicator.
By default its empty list which hides the indicator, see
types.User
.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