MaterialControls constructor

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

Implementation

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