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. List<GoogleAppsCardV1EventAction>? eventActions,
  9. GoogleAppsCardV1Grid? grid,
  10. String? horizontalAlignment,
  11. String? id,
  12. GoogleAppsCardV1Image? image,
  13. GoogleAppsCardV1SelectionInput? selectionInput,
  14. GoogleAppsCardV1TextInput? textInput,
  15. GoogleAppsCardV1TextParagraph? textParagraph,
  16. String? visibility,
})

Implementation

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