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