CanvasDrawPath constructor

CanvasDrawPath({
  1. void beginPath()?,
})

Implementation

factory CanvasDrawPath({void Function()? beginPath}) => CanvasDrawPath._(
    beginPath: beginPath == null ? null : _i4.allowInterop(beginPath));