targetPosition property

Offset get targetPosition

Implementation

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