ChatCustomize class

Constructors

ChatCustomize({Widget chatRoomMenu(ChatModel chat)?, Widget chatRoomInviteButton(ChatRoom chatRoom)?, Widget chatBubbleBuilder({required BuildContext context, required ChatMessage message, required Function onChange})?, Widget chatRoomEditDialogBuilder({required BuildContext context, String? roomId})?})
const

Properties

chatBubbleBuilder → (Widget Function({required BuildContext context, required ChatMessage message, required Function onChange})?)
Customization for chat bubble inside DefaultChatRoomScreen
final
chatRoomEditDialogBuilder → (Widget Function({required BuildContext context, String? roomId})?)
Customization for chat room edit dialog inside DefaultChatRoomScreen
final
chatRoomInviteButton → (Widget Function(ChatRoom chatRoom)?)
Customization for chat room invite button inside DefaultChatRoomScreen
final
chatRoomMenu → (Widget Function(ChatModel chat)?)
Customization for chat room menu inside DefaultChatRoomScreen
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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