sections property

List<GoogleAppsCardV1Section>? sections
getter/setter pair

Contains a collection of widgets.

Each section has its own, optional header. Sections are visually separated by a line divider. For an example in Google Chat apps, see Card section.

Implementation

core.List<GoogleAppsCardV1Section>? sections;