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