setGridBackgroundColor method

void setGridBackgroundColor(
  1. Color color
)

Sets the color for the background of the chart-drawing area (everything behind the grid lines).

@param color

Implementation

void setGridBackgroundColor(Color color) {
  _gridBackgroundPaint?.color = color;
}