ChartCrossLineStyle constructor

const ChartCrossLineStyle({
  1. double width = 0.5,
  2. double span = 5,
  3. double length = 5,
  4. Color color = const Color(0xffffffff),
})

Implementation

const ChartCrossLineStyle({
  this.width = 0.5,
  this.span = 5,
  this.length = 5,
  this.color = const Color(0xffffffff)
});