ArtistComponent constructor
- {Key? key,
- required ArtistsModel artistData,
- required double width}
Implementation
const ArtistComponent(
{super.key, required this.artistData, required this.width});
const ArtistComponent(
{super.key, required this.artistData, required this.width});