GalleryPickerView constructor

const GalleryPickerView({
  1. Key? key,
  2. required String senderJid,
  3. required String caption,
})

Implementation

const GalleryPickerView(
    {super.key, required this.senderJid, required this.caption});