formRows property

(List<FormRow> Function()?) formRows
getter/setter pair

Rows of the section, (rows consist of widgets)

Implementation

List<FormRow> Function()? formRows;