LineProps constructor

LineProps(
  1. Rect rect,
  2. Offset start,
  3. Offset end, {
  4. Size textStartSize = Size.zero,
  5. Size textEndSize = Size.zero,
})

Implementation

LineProps(
  this.rect,
  this.start,
  this.end, {
  this.textStartSize = Size.zero,
  this.textEndSize = Size.zero,
});