BoundingBox constructor

BoundingBox({
  1. double? bottom,
  2. double? left,
  3. double? right,
  4. double? top,
})

Implementation

BoundingBox({this.bottom, this.left, this.right, this.top});