MaterialDesktopControls constructor

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

Implementation

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