fillPath abstract method

void fillPath(
  1. List path,
  2. PStyle style, {
  3. bool closePath = false,
})

Fill a path of points.

Implementation

void fillPath(List path, PStyle style, {bool closePath = false});