PathDrawPart constructor

PathDrawPart({
  1. bool autoClose = false,
  2. DrawPaint paint = const DrawPaint(),
})

Implementation

PathDrawPart({
  this.autoClose = false,
  this.paint = const DrawPaint(),
});