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