fields property

List<Field>? fields
final

An array of field objects that get displayed in a table-like way. For best results, include no more than 2-3 field objects.

Implementation

final List<Field>? fields;