GoogleAppsCardV1Widgets constructor
GoogleAppsCardV1Widgets({
- GoogleAppsCardV1ButtonList? buttonList,
- GoogleAppsCardV1DateTimePicker? dateTimePicker,
- GoogleAppsCardV1DecoratedText? decoratedText,
- GoogleAppsCardV1Image? image,
- GoogleAppsCardV1SelectionInput? selectionInput,
- GoogleAppsCardV1TextInput? textInput,
- GoogleAppsCardV1TextParagraph? textParagraph,
Implementation
GoogleAppsCardV1Widgets({
this.buttonList,
this.dateTimePicker,
this.decoratedText,
this.image,
this.selectionInput,
this.textInput,
this.textParagraph,
});