menu
crud_table package
documentation
table/form_section.dart
FormSection<T>
FormSection constructor
FormSection constructor
dark_mode
light_mode
FormSection<
T
>
constructor
FormSection<
T
>
(
{
String
?
sectionTitle
,
required
List
<
FormRow
>
formRows
()?,
})
Implementation
FormSection({this.sectionTitle, required this.formRows});
crud_table package
documentation
table/form_section
FormSection<T>
FormSection constructor
FormSection class