menu
crud_table package
documentation
table/form_section.dart
FormSection<T>
formRows property
formRows property
dark_mode
light_mode
formRows
property
List
<
FormRow
>
Function
()
?
formRows
getter/setter pair
Rows of the section, (rows consist of widgets)
Implementation
List<FormRow> Function()? formRows;
crud_table package
documentation
table/form_section
FormSection<T>
formRows property
FormSection class