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