FormSection<T> constructor

FormSection<T>({
  1. String? sectionTitle,
  2. required List<FormRow> formRows()?,
})

Implementation

FormSection({this.sectionTitle, required this.formRows});