TencentCloudAvChatRoomCustomWidgets class

Constructors

TencentCloudAvChatRoomCustomWidgets({Widget? roomHeaderAction, Widget? roomHeaderLeading, Widget? roomHeaderTag, Widget onlineMemberListPanelBuilder(BuildContext context, String groupID)?, Widget anchorInfoPanelBuilder(BuildContext context, String groupID)?, Widget messageItemBuilder(BuildContext context, V2TimMessage message, Widget child)?, Widget giftMessageBuilder(BuildContext context, V2TimMessage message)?, Widget messageItemPrefixBuilder(BuildContext context, V2TimMessage message)?, List<Widget> textFieldActionBuilder(BuildContext context)?, Widget giftsPanelBuilder(BuildContext context)?, Widget textFieldDecoratorBuilder(BuildContext context)?})

Properties

anchorInfoPanelBuilder Widget Function(BuildContext context, String groupID)?
Customize the anchor info panel. when tap the subscribe button will show panel.
final
giftMessageBuilder Widget Function(BuildContext context, V2TimMessage message)?
Customize gifts messages.
final
giftsPanelBuilder Widget Function(BuildContext context)?
Customize gifs panel. Tap the gifs action will show this panel.
final
hashCode int
The hash code for this object.
no setterinherited
messageItemBuilder Widget Function(BuildContext context, V2TimMessage message, Widget child)?
Customize the message sent by users.
final
messageItemPrefixBuilder Widget Function(BuildContext context, V2TimMessage message)?
Customize message item prefix. such as user level.
final
onlineMemberListPanelBuilder Widget Function(BuildContext context, String groupID)?
Customize the online member list panel when tap the avatar of online member will show panel.
final
roomHeaderAction Widget?
A widget to display at the top right of the screen
final
roomHeaderLeading Widget?
A widget to display at the top left of the screen
final
roomHeaderTag Widget?
A widget to display under the roomHeaderAction and roomHeaderLeading
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textFieldActionBuilder List<Widget> Function(BuildContext context)?
Customize text field actions. Some widgets to disply at the bottom right of the screen. such as gift button.
final
textFieldDecoratorBuilder Widget Function(BuildContext context)?
Customize text field decorator. A widget to display at the bottom left of the screen. text field will be focused when tap it.
final

Methods

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