onExitFullscreen function

(Future<void> Function()?) onExitFullscreen(
  1. BuildContext context
)

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;