ScreenRect constructor

const ScreenRect(
  1. ScreenPoint topLeft,
  2. ScreenPoint bottomRight
)

Implementation

const ScreenRect(this.topLeft, this.bottomRight);