copyWith method

Outline copyWith({
  1. List<ClosedVectorPath>? paths,
})

Implementation

Outline copyWith({List<ClosedVectorPath>? paths}) =>
    Outline(paths: paths ?? this.paths);