ExportingProcessScreen constructor
const
ExportingProcessScreen({
- Key? key,
- required void onComplete(),
- required ExportQuality quality,
Implementation
const ExportingProcessScreen({
super.key,
required this.onComplete,
required this.quality,
});