GoogleAppsCardV1Section constructor

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

Implementation

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