fillPaint property

Paint fillPaint

Returns PaintingStyle.fill based paint.

Implementation

Paint get fillPaint => Paint()
  ..color = color
  ..strokeWidth = 0.0;