createForm property

(List<FormSection> Function(T data)?) createForm
getter/setter pair

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;