LineSymbolMarker constructor

const LineSymbolMarker({
  1. Color? color,
  2. double? colorOpacity,
  3. String? declaredClass,
  4. MarkerPlacement placement = MarkerPlacement.beginEnd,
  5. MarkerStyle style = MarkerStyle.arrow,
})

Implementation

const LineSymbolMarker({
  this.color,
  this.colorOpacity,
  this.declaredClass,
  this.placement = MarkerPlacement.beginEnd,
  this.style = MarkerStyle.arrow,
});