make static method
Implementation
static PathMeasure make(RenderPath renderPath,
{double tolerance = kDefaultTolerance}) =>
makePathMeasure(renderPath, tolerance);
static PathMeasure make(RenderPath renderPath,
{double tolerance = kDefaultTolerance}) =>
makePathMeasure(renderPath, tolerance);