ReportScreen constructor

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

Implementation

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