AlbumMediaView constructor

const AlbumMediaView({
  1. Key? key,
  2. required GalleryAlbum galleryAlbum,
  3. TextStyle? textStyle,
})

Implementation

const AlbumMediaView({super.key, required this.galleryAlbum, this.textStyle});