DesktopControls constructor

const DesktopControls(
  1. VideoController controller, {
  2. Key? key,
  3. VoidCallback? onClose,
  4. VoidCallback? toggleFullscreen,
  5. RxBool? isFullscreen,
  6. Duration? showInterfaceFor,
  7. Size? size,
  8. double? barHeight,
})

Implementation

const DesktopControls(
  this.controller, {
  super.key,
  this.onClose,
  this.toggleFullscreen,
  this.isFullscreen,
  this.showInterfaceFor,
  this.size,
  this.barHeight,
});