CheckToShowSpotLine typedef

CheckToShowSpotLine = bool Function(FlSpot spot)

It used for determine showing or hiding BarAreaSpotsLines

Gives you the checking spot, and you have to decide to show or not show the line on the provided spot.

Implementation

typedef CheckToShowSpotLine = bool Function(FlSpot spot);