HoverTooltipWidget constructor
const
HoverTooltipWidget({})
Implementation
const HoverTooltipWidget({
super.key,
required this.content,
this.markdown = true,
this.maxWidth = 400,
this.maxHeight = 300,
});
const HoverTooltipWidget({
super.key,
required this.content,
this.markdown = true,
this.maxWidth = 400,
this.maxHeight = 300,
});