GoogleAppsCardV1Widget constructor

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

Implementation

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