DimensionBgCircleLine constructor

DimensionBgCircleLine({
  1. double lineWidth = 1,
  2. Color lineColor = defaultColor,
  3. bool isHintLineImaginary = false,
})

Implementation

DimensionBgCircleLine({
  this.lineWidth = 1,
  this.lineColor = defaultColor,
  this.isHintLineImaginary = false,
});