CoverViewer constructor
const
CoverViewer({
- Key? key,
- required VideoEditorController controller,
- String noCoverText = 'No selection',
It is the viewer that show the selected cover
Implementation
const CoverViewer({
Key? key,
required this.controller,
this.noCoverText = 'No selection',
}) : super(key: key);