PlayPauseButton constructor

const PlayPauseButton({
  1. Key? key,
  2. bool showWhileLoading = false,
  3. double? size,
})

Implementation

const PlayPauseButton({
  super.key,
  this.showWhileLoading = false,
  this.size,
});