ChatTheme class
Constructors
- ChatTheme({ChatBubbleTheme bubbleTheme = const ChatBubbleTheme(), ChatTileTheme tileTheme = const ChatTileTheme(), ChatStyle style = ChatStyle.bubbles, Duration messageGroupDistance = const Duration(minutes: 5)})
-
const
Properties
- bubbleTheme → ChatBubbleTheme
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageGroupDistance → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → ChatStyle
-
final
- tileTheme → ChatTileTheme
-
final
Methods
-
copyWith(
{ChatBubbleTheme? bubbleTheme, ChatTileTheme? tileTheme, ChatStyle? style, Duration? messageGroupDistance}) → ChatTheme -
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