GoogleAppsCardV1GridItem constructor
GoogleAppsCardV1GridItem({
- String? id,
- GoogleAppsCardV1ImageComponent? image,
- String? layout,
- String? subtitle,
- String? title,
Implementation
GoogleAppsCardV1GridItem({
this.id,
this.image,
this.layout,
this.subtitle,
this.title,
});