VideoContent constructor

const VideoContent(
  1. List<String> paths,
  2. Rect rect,
  3. String uuid
)

Implementation

const VideoContent(super.paths, this.rect, this.uuid);