InteractiveTooltip constructor

InteractiveTooltip({bool enable: true, Color color, Color borderColor, double borderWidth: 0, double borderRadius: 5, double arrowLength: 7, double arrowWidth: 5, String format, ChartTextStyle textStyle })

Implementation

InteractiveTooltip(
    {this.enable = true,
    this.color,
    this.borderColor,
    this.borderWidth = 0,
    this.borderRadius = 5,
    this.arrowLength = 7,
    this.arrowWidth = 5,
    this.format,
    ChartTextStyle textStyle})
    : textStyle = textStyle ?? ChartTextStyle();