GoogleAppsCardV1DecoratedText constructor
GoogleAppsCardV1DecoratedText({
- String? bottomLabel,
- GoogleAppsCardV1Button? button,
- GoogleAppsCardV1Icon? endIcon,
- GoogleAppsCardV1Icon? icon,
- GoogleAppsCardV1OnClick? onClick,
- GoogleAppsCardV1Icon? startIcon,
- GoogleAppsCardV1SwitchControl? switchControl,
- String? text,
- String? topLabel,
- bool? wrapText,
Implementation
GoogleAppsCardV1DecoratedText({
this.bottomLabel,
this.button,
this.endIcon,
this.icon,
this.onClick,
this.startIcon,
this.switchControl,
this.text,
this.topLabel,
this.wrapText,
});