AlbumMediaView constructor
const
AlbumMediaView({
- Key? key,
- required GalleryAlbum galleryAlbum,
- TextStyle? textStyle,
Implementation
const AlbumMediaView({super.key, required this.galleryAlbum, this.textStyle});