widgets property

List<GoogleAppsCardV1NestedWidget>? widgets
getter/setter pair

A list of widgets displayed in the carousel card.

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

Implementation

core.List<GoogleAppsCardV1NestedWidget>? widgets;