AddArtistScreen constructor

const AddArtistScreen(
  1. {required dynamic onArtistAdded(
    1. ArtistsModel
    ),
  2. Key? key}
)

Implementation

const AddArtistScreen({required this.onArtistAdded, Key? key})
    : super(key: key);