TooltipWidget constructor
const
TooltipWidget({})
Implementation
const TooltipWidget({
super.key,
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),
});