OverlayControls.none constructor

OverlayControls.none()

OverlayControls.none Using it there won't be any ui. Also the the ui based controls can throw error

Implementation

OverlayControls.none() {
  overlay = (p0) => const SizedBox.shrink();
  theme = const PlayerTheme();
}