RBarCodeCircleIndicatorPainter constructor

RBarCodeCircleIndicatorPainter({
  1. double? progress,
  2. Color outColor = Colors.white,
  3. Color innerColor = Colors.green,
  4. double? radius,
})

Implementation

RBarCodeCircleIndicatorPainter(
    {this.progress,
    this.outColor: Colors.white,
    this.innerColor: Colors.green,
    this.radius});