RulerPlane constructor

RulerPlane({
  1. String? mode,
  2. bool? available,
  3. List<String>? toMeasure,
  4. num? quotaSmooth,
  5. String? barrierBehavior,
})

Implementation

RulerPlane(
    {this.mode,
    this.available,
    this.toMeasure,
    this.quotaSmooth,
    this.barrierBehavior});