VideoViewer constructor
const
VideoViewer({
- Key? key,
- required VideoEditorController controller,
- Widget? child,
Implementation
const VideoViewer({super.key, required this.controller, this.child});