CaptchaPainter constructor

CaptchaPainter()

Implementation

CaptchaPainter() {
  _paint = Paint()..color = Colors.white;
}