BackgroundCurvePainter constructor

BackgroundCurvePainter(
  1. double x,
  2. double normalizedY,
  3. Color color
)

Implementation

BackgroundCurvePainter(double x, double normalizedY, Color color)
    : _x = x,
      _normalizedY = normalizedY,
      _color = color;