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