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