LineProperties constructor

LineProperties({
  1. String? dashStyle,
  2. String? endArrow,
  3. LineConnection? endConnection,
  4. LineFill? lineFill,
  5. Link? link,
  6. String? startArrow,
  7. LineConnection? startConnection,
  8. Dimension? weight,
})

Implementation

LineProperties({
  this.dashStyle,
  this.endArrow,
  this.endConnection,
  this.lineFill,
  this.link,
  this.startArrow,
  this.startConnection,
  this.weight,
});