menu
messenger
ui/page/home/page/chat/view.dart
ChatView
ChatView const constructor
ChatView
dark_mode
light_mode
ChatView
constructor
const
ChatView
(
ChatId
id
, {
Key
?
key
,
ChatItemId
?
itemId
,
})
Implementation
const ChatView(this.id, {super.key, this.itemId});
messenger
view
ChatView
ChatView const constructor
ChatView class