GoogleAppsCardV1Button constructor

GoogleAppsCardV1Button({
  1. String? altText,
  2. Color? color,
  3. bool? disabled,
  4. GoogleAppsCardV1Icon? icon,
  5. GoogleAppsCardV1OnClick? onClick,
  6. String? text,
})

Implementation

GoogleAppsCardV1Button({
  this.altText,
  this.color,
  this.disabled,
  this.icon,
  this.onClick,
  this.text,
});