AlbumPage constructor

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

Implementation

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