StreamMobileAttachmentPickerBottomSheet constructor
const
StreamMobileAttachmentPickerBottomSheet({
- Key? key,
- required Set<
AttachmentPickerOption> options, - required StreamAttachmentPickerController controller,
- AttachmentPickerOption? initialOption,
- ValueSetter<
List< ? onSendAttachments,Attachment> >
Creates a new instance of StreamMobileAttachmentPickerBottomSheet.
Implementation
const StreamMobileAttachmentPickerBottomSheet({
super.key,
required this.options,
required this.controller,
this.initialOption,
this.onSendAttachments,
});