GoogleAppsCardV1CardFixedFooter constructor

GoogleAppsCardV1CardFixedFooter({
  1. GoogleAppsCardV1Button? primaryButton,
  2. GoogleAppsCardV1Button? secondaryButton,
})

Implementation

GoogleAppsCardV1CardFixedFooter({
  this.primaryButton,
  this.secondaryButton,
});