AlbumPage constructor
const
AlbumPage({
- Key? key,
- required Album album,
- required Function onTap,
- required MaterialColor themeColor,
Implementation
const AlbumPage(
{super.key,
required this.album,
required this.onTap,
required this.themeColor});