ArtistComponent constructor

const ArtistComponent(
  1. {Key? key,
  2. required ArtistsModel artistData,
  3. required double width}
)

Implementation

const ArtistComponent(
    {super.key, required this.artistData, required this.width});