TooltipWidget constructor
const
TooltipWidget({})
Creates a TooltipWidget.
Implementation
const TooltipWidget({
required this.message,
required this.child,
this.richMessage,
this.preferBelow = true,
this.verticalOffset,
this.showDuration = const Duration(seconds: 2),
this.waitDuration = const Duration(milliseconds: 500),
super.key,
});