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