CodeNestToolTip constructor
const
CodeNestToolTip({})
Implementation
const CodeNestToolTip({
super.key,
required this.message,
required this.child,
this.textStyle,
this.tooltipColor,
this.verticalOffset,
this.padding,
this.waitDuration,
this.showDuration,
this.preferBelow,
this.decoration,
this.height,
this.margin,
});