centerLeft property
IntOffset
get
centerLeft
The center-left point of the rectangle.
Implementation
IntOffset get centerLeft => IntOffset(left, top + (height ~/ 2));
The center-left point of the rectangle.
IntOffset get centerLeft => IntOffset(left, top + (height ~/ 2));