AdgentsReportFormBuilder typedef
AdgentsReportFormBuilder =
Widget Function(BuildContext, AdgentsReportFormSubmit , ScrollController?)
Content of the input panel / sheet.
Implementation
typedef AdgentsReportFormBuilder = Widget Function(
BuildContext,
AdgentsReportFormSubmit,
ScrollController?,
);