ChatMessageRF class
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})
-
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