GoogleAppsCardV1Button constructor
      
      GoogleAppsCardV1Button({ 
    
    
- String? altText,
 - Color? color,
 - bool? disabled,
 - GoogleAppsCardV1Icon? icon,
 - GoogleAppsCardV1OnClick? onClick,
 - String? text,
 - String? type,
 
Implementation
GoogleAppsCardV1Button({
  this.altText,
  this.color,
  this.disabled,
  this.icon,
  this.onClick,
  this.text,
  this.type,
});