VChatWidgetBuilder class

Constructors

VChatWidgetBuilder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

infoDarkMessage(String message, BuildContext context) Widget
infoLightMessage(String message, BuildContext context) Widget
messageInputBackgroundColor(BuildContext context) Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiverFileMessageWidget(BuildContext context, String fileName, String fileSize) Widget
receiverTextMessageWidget(BuildContext context, String text) Widget
receiverVoiceMessageWidget(BuildContext context, String duration) Widget
sendButtonColor(BuildContext context, {required bool isDark}) Color
senderFileMessageWidget(BuildContext context, String fileName, String fileSize) Widget
senderTextMessageWidget(BuildContext context, String text) Widget
senderVoiceMessageWidget(BuildContext context, String duration) Widget
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited