OriginBounds constructor

const OriginBounds({
  1. required Set<OriginBound> bound,
  2. double value = 0,
  3. double? perspective,
  4. OriginBuilder? builder,
})

Implementation

const OriginBounds({
  required this.bound,
  this.value = 0,
  this.perspective,
  this.builder,
});