VRoomTheme class

Inheritance

Constructors

VRoomTheme.dark()
factory
VRoomTheme.light()
factory

Properties

getChatAvatar VChatImageBuilderWidget
final
getChatTitle Widget Function(String title)
final
hashCode int
The hash code for this object.
no setterinherited
lastMessageStatus → VMsgStatusTheme
final
muteIcon Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldDecoration BoxDecoration
final
seenLastMessageTextStyle TextStyle
final
selectedRoomColor Color
final
type Object
The extension's type.
no setterinherited
unSeenLastMessageTextStyle TextStyle
final

Methods

copyWith({BoxDecoration? scaffoldDecoration, Widget getChatTitle(String title)?, Color? selectedRoomColor, VChatImageBuilderWidget? getChatAvatar, VMsgStatusTheme? lastMessageStatus, Widget? muteIcon, TextStyle? seenLastMessageTextStyle, TextStyle? unSeenLastMessageTextStyle}) VRoomTheme
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VRoomTheme>? other, double t) ThemeExtension<VRoomTheme>
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