TooltipBorderPainter constructor
TooltipBorderPainter({
- required Color borderColor,
- double borderWidth = 2.0,
- required TooltipPosition position,
- required double width,
- required double height,
Implementation
TooltipBorderPainter({
required this.borderColor,
this.borderWidth = 2.0,
required this.position,
required this.width,
required this.height,
});