fillPaint property
Paint
get
fillPaint
Returns PaintingStyle.fill based paint.
Implementation
Paint get fillPaint => Paint()
..color = color
..strokeWidth = 0.0;
Returns PaintingStyle.fill based paint.
Paint get fillPaint => Paint()
..color = color
..strokeWidth = 0.0;