MarkingLine constructor

MarkingLine({
  1. num? delta,
  2. num? findWidth,
})

Implementation

MarkingLine({this.delta, this.findWidth});