GoogleAppsCardV1Section constructor

GoogleAppsCardV1Section({
  1. bool? collapsible,
  2. String? header,
  3. int? uncollapsibleWidgetsCount,
  4. List<GoogleAppsCardV1Widget>? widgets,
})

Implementation

GoogleAppsCardV1Section({
  this.collapsible,
  this.header,
  this.uncollapsibleWidgetsCount,
  this.widgets,
});