fillPaintMutable method

Paint fillPaintMutable(
  1. Color color
)

Returns a new mutable fill paint — safe to add shaders, maskFilters etc.

Implementation

Paint fillPaintMutable(Color color) => paintCache.fillMutable(color);