centerBottomPosition property

Offset get centerBottomPosition

Implementation

Offset get centerBottomPosition =>
    Offset(_position.dx + _size.width / 2, _position.dy + _size.height);