onExitFullscreen function
Returns the callback which must be invoked when the video exits fullscreen mode.
Implementation
Future<void> Function()? onExitFullscreen(BuildContext context) =>
VideoStateInheritedWidget.of(context).state.widget.onExitFullscreen;