PickerAppBar constructor
const
PickerAppBar({
- Key? key,
- required bool isBottomSheet,
- required bool singleMedia,
- required PhoneGalleryController controller,
Implementation
const PickerAppBar({
super.key,
required this.isBottomSheet,
required this.singleMedia,
required this.controller,
});