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