GoogleAppsCardV1Widget constructor

GoogleAppsCardV1Widget({
  1. GoogleAppsCardV1ButtonList? buttonList,
  2. GoogleAppsCardV1Carousel? carousel,
  3. GoogleAppsCardV1ChipList? chipList,
  4. GoogleAppsCardV1Columns? columns,
  5. GoogleAppsCardV1DateTimePicker? dateTimePicker,
  6. GoogleAppsCardV1DecoratedText? decoratedText,
  7. GoogleAppsCardV1Divider? divider,
  8. GoogleAppsCardV1Grid? grid,
  9. String? horizontalAlignment,
  10. GoogleAppsCardV1Image? image,
  11. GoogleAppsCardV1SelectionInput? selectionInput,
  12. GoogleAppsCardV1TextInput? textInput,
  13. GoogleAppsCardV1TextParagraph? textParagraph,
})

Implementation

GoogleAppsCardV1Widget({
  this.buttonList,
  this.carousel,
  this.chipList,
  this.columns,
  this.dateTimePicker,
  this.decoratedText,
  this.divider,
  this.grid,
  this.horizontalAlignment,
  this.image,
  this.selectionInput,
  this.textInput,
  this.textParagraph,
});