NiceTooltip constructor
Implementation
const NiceTooltip({
super.key,
required this.message,
required this.child,
this.richMessage,
this.position = NicePopoverPosition.top,
this.maxWidth = 200,
});
const NiceTooltip({
super.key,
required this.message,
required this.child,
this.richMessage,
this.position = NicePopoverPosition.top,
this.maxWidth = 200,
});