StreamWebOrDesktopAttachmentPickerBottomSheet constructor

const StreamWebOrDesktopAttachmentPickerBottomSheet({
  1. Key? key,
  2. required Set<WebOrDesktopAttachmentPickerOption> options,
  3. required StreamAttachmentPickerController controller,
  4. OnWebOrDesktopAttachmentPickerOptionTap? onOptionTap,
})

Implementation

const StreamWebOrDesktopAttachmentPickerBottomSheet({
  super.key,
  required this.options,
  required this.controller,
  this.onOptionTap,
});