WidthDepth constructor

WidthDepth({
  1. String? mode,
  2. bool? pure,
  3. num? step,
  4. num? depth,
  5. num? width,
  6. num? adjust,
  7. List<num>? height,
  8. num? offset,
  9. bool? available,
  10. num? lowQuota,
  11. num? wallSectionAcceptError,
  12. num? wallSectionDeltaIgnore,
})

Implementation

WidthDepth(
    {this.mode,
    this.pure,
    this.step,
    this.depth,
    this.width,
    this.adjust,
    this.height,
    this.offset,
    this.available,
    this.lowQuota,
    this.wallSectionAcceptError,
    this.wallSectionDeltaIgnore});