initPaint method

void initPaint()

Implementation

void initPaint() {
  _mPaint1 = Paint()
    ..color = innerColor
    ..style = PaintingStyle.fill;

  _mPaint2 = Paint()
    ..color = outColor
    ..style = PaintingStyle.fill;
}