ExtremePoints constructor

ExtremePoints(
  1. Offset? leftTopmost,
  2. Offset? rightBottommost
)

Creates an instance of ExtremePoints with the specified left-topmost and right-bottommost points.

If either leftTopmost or rightBottommost is null, it indicates that the corresponding point is not available.

Implementation

ExtremePoints(this.leftTopmost, this.rightBottommost);