TooltipPainter constructor
TooltipPainter({})
Implementation
TooltipPainter({
required this.message,
required this.backgroundColor,
required this.textStyle,
required this.position,
required this.width,
required this.height,
});