CoverSelection constructor
const
CoverSelection({
- Key? key,
- required VideoEditorController controller,
- double height = 60,
- int quality = 10,
- int quantity = 5,
Slider that allow to select a generated cover
Implementation
const CoverSelection({
Key? key,
required this.controller,
this.height = 60,
this.quality = 10,
this.quantity = 5,
}) : super(key: key);