TooltipContent constructor
const
TooltipContent({})
Creates a TooltipContent widget.
Implementation
const TooltipContent({
super.key,
this.title,
this.value,
this.description,
this.titleStyle,
this.valueStyle,
this.descriptionStyle,
this.leading,
this.trailing,
this.spacing = 4,
this.children,
});