AttachmentPickerShell constructor
const
AttachmentPickerShell({
- Key? key,
- required AttachmentConfig config,
Implementation
const AttachmentPickerShell({
super.key,
required this.config,
});