menu
aberchat package
documentation
widget/chat_item_widget.dart
ChatItemWidget
ChatItemWidget.new const constructor
ChatItemWidget.new const constructor
dark_mode
light_mode
ChatItemWidget
constructor
const
ChatItemWidget
(
{
Key
?
key
,
required
Chat
chat
,
required
String
senderId
,
})
Implementation
const ChatItemWidget({ Key? key, required this.chat, required this.senderId, }) : super(key: key);
aberchat package
documentation
widget/chat_item_widget
ChatItemWidget
ChatItemWidget.new const constructor
ChatItemWidget class