footerWidgets property

List<GoogleAppsCardV1NestedWidget>? footerWidgets
getter/setter pair

A list of widgets displayed at the bottom of the carousel card.

The widgets are displayed in the order that they are specified.

Implementation

core.List<GoogleAppsCardV1NestedWidget>? footerWidgets;