DepthChartStyle constructor

const DepthChartStyle({
  1. double lineWidth = 1.0,
  2. double radius = 4.0,
  3. double strokeWidth = 0.6,
  4. double space = 2.0,
  5. double padding = 6.0,
  6. double dotRadius = 5.0,
  7. double crossWidth = 0.5,
})

Implementation

const DepthChartStyle({
  this.lineWidth = 1.0,
  this.radius = 4.0,
  this.strokeWidth = 0.6,
  this.space = 2.0,
  this.padding = 6.0,
  this.dotRadius = 5.0,
  this.crossWidth = 0.5,
});