[FEATURE]
Describe your feature request
When the chewiecontroller in videorender is created, many properties have default values. These properties are final and cannot be modified in the oncontrollercreated callback. It is recommended to pass it in when videorender is created and pass it to the chewiecontroller property value
Additional context
flutter_html: ^3.0.0-alpha.3
flutter_html_video: ^3.0.0-alpha.3
customRenders: { videoMatcher(): videoRender( onControllerCreated: (element, cController, videoPlayerController) { }), },
So what you request is that we allow you to supply all these potential parameters into the video tag render?
Yes, such as prohibiting full screen and option text
I think now that (in 3.0) it is modularized we could add these as (optional) parameter to the videorender() method.