ChatroomMessageListView constructor
const
ChatroomMessageListView({
- void onTap(
- BuildContext content,
- Message msg
- void onLongPress(
- BuildContext content,
- Message msg
- Widget itemBuilder(
- Message msg
- ChatroomMessageListController? controller,
- Key? key,
Implementation
const ChatroomMessageListView({
this.onTap,
this.onLongPress,
this.itemBuilder,
this.controller,
super.key,
});