EpisodeInfoCard constructor
- Key? key,
- required EpisodeResponse episode,
- bool canEdit = false,
- void onEpisodeUpdated(
- EpisodeResponse updated
Implementation
const EpisodeInfoCard({
super.key,
required this.episode,
this.canEdit = false,
this.onEpisodeUpdated,
});