LineSymbolMarker constructor
const
LineSymbolMarker({
- Color? color,
- double? colorOpacity,
- String? declaredClass,
- MarkerPlacement placement = MarkerPlacement.beginEnd,
- MarkerStyle style = MarkerStyle.arrow,
Implementation
const LineSymbolMarker({
this.color,
this.colorOpacity,
this.declaredClass,
this.placement = MarkerPlacement.beginEnd,
this.style = MarkerStyle.arrow,
});