customPainter property

  1. @override
CustomPainter customPainter
override

Implementation

@override
CustomPainter get customPainter => AnchoredCirclePainter(
      currentPos: currentPos,
      anchorSize: anchorSize,
      padding: padding,
      bgColor: bgColor,
      circle1Width: stroke1Animation.value * _circle1Width,
      circle2Width: stroke2Animation.value * _circle2Width,
    );