centerTopPosition property

Offset get centerTopPosition

Implementation

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