showAllDots function

bool showAllDots(
  1. FlSpot spot,
  2. LineChartBarData barData
)

Shows all dots on spots.

Implementation

bool showAllDots(FlSpot spot, LineChartBarData barData) {
  return true;
}