defaultChartPadding property

EdgeInsets defaultChartPadding

Default padding of the chart caused by tooltip.

Description:

Implementation

EdgeInsets get defaultChartPadding {
  return EdgeInsets.fromLTRB(
    tooltipHorizontalOverflowWidth,
    tooltipHeight,
    tooltipHorizontalOverflowWidth,
    0,
  );
}