bottomCenter property

Vector2 bottomCenter

The offset to the center of the bottom edge of this rectangle.

See also Size.bottomLeft.

Implementation

vm.Vector2 get bottomCenter => vm.Vector2(left + width / 2.0, bottom);