PathMetricsTransformation constructor

PathMetricsTransformation({
  1. required Path path,
})

Creates a PathMetricsTransformation with the given path.

Implementation

PathMetricsTransformation({required this.path});