LeftLinePainter constructor

const LeftLinePainter(
  1. bool showTop,
  2. bool showBottom, {
  3. required double lineHeight,
  4. required double lineWidth,
  5. bool isLightCircle = false,
  6. bool isLightLine = true,
  7. required String normalLineColor,
  8. required String lightLineColor,
})

Implementation

const LeftLinePainter(
    this.showTop,
    this.showBottom, {
      required this.lineHeight,
      required this.lineWidth,
      this.isLightCircle = false,
      this.isLightLine = true,
      required this.normalLineColor,
      required this.lightLineColor,
    });