isFullscreen function
Whether a VideoControls present in the current BuildContext is in fullscreen or not.
Implementation
bool isFullscreen(BuildContext context) =>
FullscreenInheritedWidget.maybeOf(context) != null;
Whether a VideoControls present in the current BuildContext is in fullscreen or not.
bool isFullscreen(BuildContext context) =>
FullscreenInheritedWidget.maybeOf(context) != null;