topLeft property

Offset get topLeft

Return the top left of this region

Implementation

Offset get topLeft => Offset(x1.toDouble(), y1.toDouble());