ArtistListScreen constructor
- {Key? key,
- required List<
ArtistsModel> artistList, - required List<
EventListData> totalEventList}
Implementation
const ArtistListScreen({
Key? key,
required this.artistList,
required this.totalEventList,
}) : super(key: key);