TooltipFormatterDetails constructor
Creates an instance of TooltipFormatterDetails, where the closest point’s x value and y value and tooltip text is passed as its argument.
Implementation
TooltipFormatterDetails({this.x, this.y, this.label});
Creates an instance of TooltipFormatterDetails, where the closest point’s x value and y value and tooltip text is passed as its argument.
TooltipFormatterDetails({this.x, this.y, this.label});