ChatroomGiftMessageListViewBuilder typedef

ChatroomGiftMessageListViewBuilder = Widget? Function({GiftEntityProtocol gift, String senderId, UserInfoProtocol? user})

Implementation

typedef ChatroomGiftMessageListViewBuilder = Widget? Function({
  String senderId,
  GiftEntityProtocol gift,
  UserInfoProtocol? user,
});