sharedPlayerNotifier property

ValueNotifier<Widget?> get sharedPlayerNotifier

A notifier containing the shared video player widget.

This can be used to transfer the player across widget trees (e.g., fullscreen transitions).

Implementation

ValueNotifier<Widget?> get sharedPlayerNotifier;