make static method

PathMeasure make(
  1. RenderPath renderPath, {
  2. double tolerance = kDefaultTolerance,
})

Implementation

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