FaceRect constructor

const FaceRect(
  1. Offsets topLeft,
  2. Dimensions size
)

Implementation

const FaceRect(this.topLeft, this.size);