ChatScreen class

Inheritance

Constructors

ChatScreen({required ChatOptions options, required dynamic onPressStartChat()?, required void onPressChat(ChatModel chat), required void onDeleteChat(ChatModel chat), required ChatService service, TextStyle? unreadMessageTextStyle, dynamic onNoChats()?, Future<bool?> deleteChatDialog(BuildContext, ChatModel)?, ChatTranslations translations = const ChatTranslations(), bool disableDismissForPermanentChats = false, Key? key})
const

Properties

deleteChatDialog → (Future<bool?> Function(BuildContext, ChatModel)?)
Method to optionally change the bottom sheet dialog.
final
disableDismissForPermanentChats bool
Disables the swipe to dismiss feature for chats that are not deletable.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onDeleteChat → void Function(ChatModel chat)
Callback function for deleting a chat.
final
onNoChats → (dynamic Function()?)
Callback function for handling when there are no chats.
final
onPressChat → void Function(ChatModel chat)
Callback function for pressing on a chat.
final
onPressStartChat → (dynamic Function()?)
Callback function for starting a chat.
final
options ChatOptions
Chat options.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ChatService
Chat service instance.
final
translations ChatTranslations
Translations for the chat.
final
unreadMessageTextStyle TextStyle?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ChatScreen>
Creates the mutable state for this widget at a given location in the tree.
override
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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}) 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