DesktopControls constructor
- VideoController controller, {
- Key? key,
- VoidCallback? onClose,
- VoidCallback? toggleFullscreen,
- RxBool? isFullscreen,
- Duration? showInterfaceFor,
- Size? size,
- double? barHeight,
Implementation
const DesktopControls(
this.controller, {
super.key,
this.onClose,
this.toggleFullscreen,
this.isFullscreen,
this.showInterfaceFor,
this.size,
this.barHeight,
});