GoogleAppsCardV1NestedWidget constructor

GoogleAppsCardV1NestedWidget({
  1. GoogleAppsCardV1ButtonList? buttonList,
  2. GoogleAppsCardV1Image? image,
  3. GoogleAppsCardV1TextParagraph? textParagraph,
})

Implementation

GoogleAppsCardV1NestedWidget({
  this.buttonList,
  this.image,
  this.textParagraph,
});