LimitLine constructor

LimitLine(
  1. double _limit, [
  2. String? _label
])

Implementation

LimitLine(this._limit, [this._label]);