WallSize constructor

WallSize({
  1. num? step,
  2. num? radius,
  3. bool? available,
  4. bool? cutHoleEdge,
})

Implementation

WallSize({this.step, this.radius, this.available, this.cutHoleEdge});