createForm property
when click a row of table, form will create according, here you have to provide the form fields crate function (check example for more details)
Implementation
List<FormSection> Function(T data)? createForm;
when click a row of table, form will create according, here you have to provide the form fields crate function (check example for more details)
List<FormSection> Function(T data)? createForm;