MediaPlayerOverlay class
Constructors
- MediaPlayerOverlay({Key? key, required Widget child})
-
const
Methods
-
hideMediaPlayer(
) → Future< void> -
showMediaPlayer(
) → Future< void> -
toggleMediaPlayer(
) → Future< void> -
updateShouldNotify(
covariant MediaPlayerOverlay oldWidget) → bool - Whether the framework should notify widgets that inherit from this widget.
Static Methods
-
of(
BuildContext context) → MediaPlayerOverlay?