VideoView constructor

const VideoView({
  1. Key? key,
  2. required VideoController controller,
})

Uses the given controller for all video rendered in this widget.

Implementation

const VideoView({Key? key, required this.controller}) : super(key: key);