ThemedPlayButton constructor
const
ThemedPlayButton({})
Implementation
const ThemedPlayButton({
super.key,
required this.onPressed,
this.isPlaying = false,
this.playIcon = const Icon(Icons.play_arrow),
this.pauseIcon = const Icon(Icons.pause),
this.widthHeight = 100
});