GoogleAppsCardV1Card constructor
GoogleAppsCardV1Card({
- List<
GoogleAppsCardV1CardAction> ? cardActions, - String? displayStyle,
- GoogleAppsCardV1CardHeader? header,
- String? name,
- GoogleAppsCardV1CardHeader? peekCardHeader,
- String? sectionDividerStyle,
- List<
GoogleAppsCardV1Section> ? sections,
Implementation
GoogleAppsCardV1Card({
this.cardActions,
this.displayStyle,
this.fixedFooter,
this.header,
this.name,
this.peekCardHeader,
this.sectionDividerStyle,
this.sections,
});