customOverlayLayers property

List<CustomOverlayLayer> customOverlayLayers
final

Widgets shown above the video content.

The order of the list is important: layers are added in sequence and can cause shifting.

Implementation

final List<CustomOverlayLayer> customOverlayLayers;