VisibleRegion constructor

const VisibleRegion(
  1. Point topLeft,
  2. Point topRight,
  3. Point bottomLeft,
  4. Point bottomRight,
)

Implementation

const VisibleRegion(
    this.topLeft, this.topRight, this.bottomLeft, this.bottomRight);