AlbumAppBar constructor

const AlbumAppBar({
  1. Key? key,
  2. required GalleryAlbum album,
  3. required PhoneGalleryController controller,
  4. required bool isBottomSheet,
})

Implementation

const AlbumAppBar({
  super.key,
  required this.album,
  required this.controller,
  required this.isBottomSheet,
});