overlayBuilder property

VideoCustomControlsBuilder? overlayBuilder
final

A builder for additional UI layered on top of the video.

This can be used to add fullscreen-only badges, titles, side panels, EPG drawers, or any other custom widgets without replacing the SDK's default controls.

Implementation

final VideoOverlayBuilder? overlayBuilder;