GoogleAppsCardV1DecoratedText constructor

GoogleAppsCardV1DecoratedText({
  1. String? bottomLabel,
  2. GoogleAppsCardV1TextParagraph? bottomLabelText,
  3. GoogleAppsCardV1Button? button,
  4. GoogleAppsCardV1TextParagraph? contentText,
  5. GoogleAppsCardV1Icon? endIcon,
  6. GoogleAppsCardV1Icon? icon,
  7. GoogleAppsCardV1OnClick? onClick,
  8. GoogleAppsCardV1Icon? startIcon,
  9. String? startIconVerticalAlignment,
  10. GoogleAppsCardV1SwitchControl? switchControl,
  11. String? text,
  12. String? topLabel,
  13. GoogleAppsCardV1TextParagraph? topLabelText,
  14. bool? wrapText,
})

Implementation

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