isFillPaint method

bool isFillPaint()

Returns true if this paint is a fill paint.

Implementation

bool isFillPaint() => _paint.style == PaintingStyle.fill;