fill method

Paint fill(
  1. Color color
)

Implementation

Paint fill(Color color) => _get(color, PaintingStyle.fill, 0);