MaterialControls constructor

const MaterialControls({
  1. bool showPlayButton = true,
  2. Key? key,
})

Implementation

const MaterialControls({
  this.showPlayButton = true,
  super.key,
});