fillPaint method

Paint fillPaint(
  1. Color color
)

Implementation

Paint fillPaint(Color color) => paintCache.fill(color);