GoogleAppsCardV1DecoratedText constructor
GoogleAppsCardV1DecoratedText({
- String? bottomLabel,
- GoogleAppsCardV1TextParagraph? bottomLabelText,
- GoogleAppsCardV1Button? button,
- GoogleAppsCardV1TextParagraph? contentText,
- GoogleAppsCardV1Icon? endIcon,
- GoogleAppsCardV1Icon? icon,
- GoogleAppsCardV1OnClick? onClick,
- GoogleAppsCardV1Icon? startIcon,
- String? startIconVerticalAlignment,
- GoogleAppsCardV1SwitchControl? switchControl,
- String? text,
- String? topLabel,
- GoogleAppsCardV1TextParagraph? topLabelText,
- 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,
});