GoogleAppsCardV1Chip constructor

GoogleAppsCardV1Chip({
  1. String? altText,
  2. bool? disabled,
  3. bool? enabled,
  4. GoogleAppsCardV1Icon? icon,
  5. String? label,
  6. GoogleAppsCardV1OnClick? onClick,
})

Implementation

GoogleAppsCardV1Chip({
  this.altText,
  this.disabled,
  this.enabled,
  this.icon,
  this.label,
  this.onClick,
});