LeftLineWidget constructor

const LeftLineWidget(
  1. bool showTop,
  2. bool showBottom, {
  3. double lineHeight = _topHeight,
  4. double circleDiameter = 16,
  5. double lineWidth = _lineWidth,
  6. String? normalLineColor,
  7. String? lightLineColor,
  8. bool isLightCircle = false,
  9. bool isLightLine = false,
  10. double circleMargin = 16,
})

Implementation

const LeftLineWidget(this.showTop, this.showBottom,
    {this.lineHeight = _topHeight,
      this.circleDiameter = 16,
      this.lineWidth = _lineWidth,
      this.normalLineColor,
      this.lightLineColor,
      this.isLightCircle = false,
      this.isLightLine = false,
      this.circleMargin = 16});