FullScreenParams
data class FullScreenParams(val contentDescription: String?, val onClick: () -> Unit) : VideoPlayerButtonParams
FullScreenParams represents the parameters for the full-screen button in the video player.
Parameters
contentDescription
The content description for the button.
onClick
The action to be performed when the button is clicked.