fill method

void fill(
  1. Color color
)

Implementation

void fill(Color color) {
  fillPaint.color = color;
  useFill = true;
}