AttachmentPickerShell constructor

const AttachmentPickerShell({
  1. Key? key,
  2. required AttachmentConfig config,
})

Implementation

const AttachmentPickerShell({
  super.key,
  required this.config,
});