HoleRuler constructor

HoleRuler({
  1. num? radius,
  2. bool? available,
  3. num? edgeDelta,
})

Implementation

HoleRuler({this.radius, this.available, this.edgeDelta});