ChatMessageRF class

Inheritance

Constructors

ChatMessageRF.new({Key? key, ChatGroupModel? ChatGroup, required Color PrimaryColor, required Color SecondaryColor, required Color ChatHeadColor, required double BubbleRadious, required bool EnableBubbleCorner, ChatLibsRF? Chat, Color? BackgroundColor, bool? BottonNav, bool? TopBar, Function? SendMessage, Function? ReceiveMessage, ChatPageStyleRF? ChatPageUIProoerties, required IChatSettingRF Settings})

Properties

BackgroundColor Color?
final
BottonNav bool?
final
BubbleRadious double
final
Chat ChatLibsRF?
getter/setter pair
ChatGroup ChatGroupModel?
final
ChatHeadColor Color
final
ChatPageUIProoerties ChatPageStyleRF?
final
controller ↔ ChatPageControllerRF
getter/setter pair
EnableBubbleCorner bool
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
PrimaryColor Color
final
ReceiveMessage Function?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SecondaryColor Color
final
SendMessage Function?
final
Settings IChatSettingRF
final
TopBar bool?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
chatMembersDialog(BuildContext context, FCMChatMessageRF provider) → dynamic
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
memberCard(BuildContext context, FCMChatMessageRF provider, {required String userId, required String name, bool isAdd = false, bool showButton = true, required String userTable, required Function onDelete, required Function onAdded}) → dynamic
myCard(ChatMessage chatMessage, dynamic provider, {required bool isFristMsg, required String userId, bool isBot = false}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
othersCard(ChatMessage chatMessage, dynamic provider, {required bool isFristMsg, required String userId, bool isBot = false, bool showTypingIndicator = false}) → dynamic
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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