AlbumPage constructor

const AlbumPage({
  1. Key? key,
  2. required Album album,
  3. required Function onTap,
})

Implementation

const AlbumPage({super.key, required this.album, required this.onTap});