tooltipHorizontalOverflowWidth property

double tooltipHorizontalOverflowWidth

Gets horizontal overflow width of the tooltip based on following:

Implementation

double get tooltipHorizontalOverflowWidth {
  return radius + triangleWidth / 2;
}