AttachmentsBottomSheet constructor

AttachmentsBottomSheet({
  1. Key? key,
  2. required String conversationId,
  3. required String channelName,
})

Implementation

AttachmentsBottomSheet({
  Key? key,
  required this.conversationId,
  required this.channelName,
}) : super(key: key);