PathOpsRawPath constructor

PathOpsRawPath(
  1. Float32List points,
  2. Uint8List verbs
)

Implementation

PathOpsRawPath(this.points, this.verbs);