LineChartStepData constructor

const LineChartStepData({
  1. double stepDirection = stepDirectionMiddle,
})

Determines the stepDirection of each step;

Implementation

const LineChartStepData({this.stepDirection = stepDirectionMiddle});