const DiveMediaStopButton({Key? key, required this.mediaSource, this.iconColor = Colors.white}) : super(key: key);