LineProperties constructor
      
      LineProperties({ 
    
    
- String? dashStyle,
- String? endArrow,
- LineConnection? endConnection,
- LineFill? lineFill,
- Link? link,
- String? startArrow,
- LineConnection? startConnection,
- Dimension? weight,
Implementation
LineProperties({
  this.dashStyle,
  this.endArrow,
  this.endConnection,
  this.lineFill,
  this.link,
  this.startArrow,
  this.startConnection,
  this.weight,
});