LineSectionModel constructor

LineSectionModel({
  1. Color lineSectionBorColor = Colors.purple,
  2. double borLineWidth = 1,
  3. bool isBorLineImaginary = true,
  4. List<Color>? fillColors,
})

Implementation

LineSectionModel(
    {this.lineSectionBorColor = Colors.purple,
    this.borLineWidth = 1,
    this.isBorLineImaginary = true,
    this.fillColors});