Returns true if this paint is a fill paint.
bool isFillPaint() => _paint.style == PaintingStyle.fill;