ReportScreen constructor
const
ReportScreen({
- Key? key,
- File? screenshotFile,
- required dynamic onSubmit(
- ReportFormData formData
Implementation
const ReportScreen({super.key, this.screenshotFile, required this.onSubmit});