GoogleAppsCardV1Icon constructor
GoogleAppsCardV1Icon({
- String? altText,
- String? iconUrl,
- String? imageType,
- String? knownIcon,
- GoogleAppsCardV1MaterialIcon? materialIcon,
Implementation
GoogleAppsCardV1Icon({
this.altText,
this.iconUrl,
this.imageType,
this.knownIcon,
this.materialIcon,
});