PlayButtonParams
data class PlayButtonParams(val isPlaying: Boolean, val contentDescription: String?, val onClick: () -> Unit) : VideoPlayerButtonParams(source)
PlayButtonParams represents the parameters for the play / pause button in the video player.