GoogleAppsCardV1Widgets constructor

GoogleAppsCardV1Widgets({
  1. GoogleAppsCardV1ButtonList? buttonList,
  2. GoogleAppsCardV1DateTimePicker? dateTimePicker,
  3. GoogleAppsCardV1DecoratedText? decoratedText,
  4. GoogleAppsCardV1Image? image,
  5. GoogleAppsCardV1SelectionInput? selectionInput,
  6. GoogleAppsCardV1TextInput? textInput,
  7. GoogleAppsCardV1TextParagraph? textParagraph,
})

Implementation

GoogleAppsCardV1Widgets({
  this.buttonList,
  this.dateTimePicker,
  this.decoratedText,
  this.image,
  this.selectionInput,
  this.textInput,
  this.textParagraph,
});