VMessageTheme class

Inheritance

Constructors

VMessageTheme.dark()
factory
VMessageTheme.light()
factory

Properties

customMessageItem CustomMessageItemTypeDef?
final
hashCode int
The hash code for this object.
no setterinherited
messageItemHolderDecoration BoxDecoration?
final
messageSendingStatus VMsgStatusTheme
final
receiverBubbleColor Color
final
receiverTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldDecoration BoxDecoration
final
senderBubbleColor Color
final
senderTextStyle TextStyle
final
type Object
The extension's type.
no setterinherited
vMessageItemTheme VMessageItemTheme
final

Methods

copyWith({Color? senderBubbleColor, Color? receiverBubbleColor, VMessageItemTheme? vMessageItemTheme, VMsgStatusTheme? messageSendingStatus, BoxDecoration? scaffoldDecoration, CustomMessageItemTypeDef? customMessageItem, TextStyle? receiverTextStyle, TextStyle? senderTextStyle, BoxDecoration? messageItemHolderDecoration}) VMessageTheme
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VMessageTheme>? other, double t) ThemeExtension<VMessageTheme>
Linearly interpolate with another ThemeExtension object.
override
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