open Fullscreen Window
@Composable
Opens a fullscreen window for the video player. This function is called when the user toggles fullscreen mode.
Parameters
player State
The player state to use in the fullscreen window
content Scale
Controls how the video content should be scaled inside the surface.
overlay
Optional composable content to be displayed on top of the video surface. This can be used to add custom controls, information, or any UI elements.