overlays property

  1. @Deprecated('Use SlotType.overlays in slotBuilders instead.')
List<Widget> overlays
final

自定义覆盖层,允许在视频上方显示额外的 UI 元素。

Custom overlay layers that allow displaying additional UI elements above the video.

Implementation

@Deprecated('Use SlotType.overlays in slotBuilders instead.')
final List<Widget> overlays;