SymbolRenderLine constructor

SymbolRenderLine({
  1. List<int>? dashPattern,
  2. bool isSolid = true,
  3. double? strokeWidth,
})

Implementation

SymbolRenderLine({
  this.dashPattern,
  this.isSolid = true,
  this.strokeWidth,
});