GoogleAppsCardV1Section constructor
GoogleAppsCardV1Section({
- bool? collapsible,
- String? header,
- int? uncollapsibleWidgetsCount,
- List<
GoogleAppsCardV1Widget> ? widgets,
Implementation
GoogleAppsCardV1Section({
this.collapsible,
this.header,
this.uncollapsibleWidgetsCount,
this.widgets,
});