ReportScreen constructor

const ReportScreen({
  1. Key? key,
  2. File? screenshotFile,
  3. required dynamic onSubmit(
    1. ReportFormData formData
    ),
})

Implementation

const ReportScreen({super.key, this.screenshotFile, required this.onSubmit});