GoogleAppsCardV1Card constructor

GoogleAppsCardV1Card({
  1. List<GoogleAppsCardV1CardAction>? cardActions,
  2. String? displayStyle,
  3. GoogleAppsCardV1CardFixedFooter? fixedFooter,
  4. GoogleAppsCardV1CardHeader? header,
  5. String? name,
  6. GoogleAppsCardV1CardHeader? peekCardHeader,
  7. String? sectionDividerStyle,
  8. List<GoogleAppsCardV1Section>? sections,
})

Implementation

GoogleAppsCardV1Card({
  this.cardActions,
  this.displayStyle,
  this.fixedFooter,
  this.header,
  this.name,
  this.peekCardHeader,
  this.sectionDividerStyle,
  this.sections,
});