GoogleAppsCardV1Widget constructor
GoogleAppsCardV1Widget({
- GoogleAppsCardV1ButtonList? buttonList,
- GoogleAppsCardV1Columns? columns,
- GoogleAppsCardV1DateTimePicker? dateTimePicker,
- GoogleAppsCardV1DecoratedText? decoratedText,
- GoogleAppsCardV1Divider? divider,
- GoogleAppsCardV1Grid? grid,
- String? horizontalAlignment,
- GoogleAppsCardV1Image? image,
- GoogleAppsCardV1SelectionInput? selectionInput,
- GoogleAppsCardV1TextInput? textInput,
- 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,
});