TooltipFormatterDetails constructor

TooltipFormatterDetails({
  1. dynamic x,
  2. num? y,
  3. String? label,
})

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});