CenterPlayButton constructor
CenterPlayButton({
- Key? key,
- required bool show,
- required bool isPlaying,
- VoidCallback? onPressed,
Implementation
CenterPlayButton({
Key? key,
required this.show,
required this.isPlaying,
this.onPressed,
}) : super(key: key);