ExportingProcessScreen constructor

const ExportingProcessScreen({
  1. Key? key,
  2. required void onComplete(),
  3. required SnapshotQuality quality,
})

Implementation

const ExportingProcessScreen({
  super.key,
  required this.onComplete,
  required this.quality,
});