PickerAppBar constructor

const PickerAppBar({
  1. Key? key,
  2. required bool isBottomSheet,
  3. required bool singleMedia,
  4. required PhoneGalleryController controller,
})

Implementation

const PickerAppBar({
  super.key,
  required this.isBottomSheet,
  required this.singleMedia,
  required this.controller,
});