GoogleAppsCardV1Chip constructor
      
      GoogleAppsCardV1Chip({ 
    
    
- String? altText,
 - bool? disabled,
 - bool? enabled,
 - GoogleAppsCardV1Icon? icon,
 - String? label,
 - GoogleAppsCardV1OnClick? onClick,
 
Implementation
GoogleAppsCardV1Chip({
  this.altText,
  this.disabled,
  this.enabled,
  this.icon,
  this.label,
  this.onClick,
});