GoogleAppsCardV1DecoratedText constructor

GoogleAppsCardV1DecoratedText({
  1. String? bottomLabel,
  2. GoogleAppsCardV1Button? button,
  3. GoogleAppsCardV1Icon? endIcon,
  4. GoogleAppsCardV1Icon? icon,
  5. GoogleAppsCardV1OnClick? onClick,
  6. GoogleAppsCardV1Icon? startIcon,
  7. GoogleAppsCardV1SwitchControl? switchControl,
  8. String? text,
  9. String? topLabel,
  10. bool? wrapText,
})

Implementation

GoogleAppsCardV1DecoratedText({
  this.bottomLabel,
  this.button,
  this.endIcon,
  this.icon,
  this.onClick,
  this.startIcon,
  this.switchControl,
  this.text,
  this.topLabel,
  this.wrapText,
});