PlayPauseButton constructor
const
PlayPauseButton({})
Implementation
const PlayPauseButton({
super.key,
this.size = 24.0,
this.color,
this.playIcon = Icons.play_arrow,
this.pauseIcon = Icons.pause,
this.playWidget,
this.pauseWidget,
this.animationDuration = const Duration(milliseconds: 300),
this.transitionBuilder,
});