menu
noor_go package
documentation
customer_app/presentation/pages/chat/chat_page.dart
ChatPage
ChatPage const constructor
ChatPage const constructor
dark_mode
light_mode
ChatPage
constructor
const
ChatPage
(
{
Key
?
key
,
required
int
senderId
,
String
?
chatId
,
})
Implementation
const ChatPage({super.key, required this.senderId, this.chatId});
noor_go package
documentation
customer_app/presentation/pages/chat/chat_page
ChatPage
ChatPage const constructor
ChatPage class