BoundingBox constructor

BoundingBox({
  1. List<int>? bottomRight,
  2. List<int>? topLeft,
})

Implementation

BoundingBox({this.bottomRight, this.topLeft});