centerLeft property

Offset centerLeft

CenterLeft point of the widget.

Implementation

Offset get centerLeft => topLeft + Offset(0, height / 2);