PathLayer constructor

const PathLayer({
  1. Key? key,
  2. PathLayerOptions? options,
})

Implementation

const PathLayer({
  Key? key,
  this.options,
}) : super(key: key, options: options);