centerLeftPosition property
Offset
get
centerLeftPosition
Implementation
Offset get centerLeftPosition =>
Offset(_position.dx, _position.dy + _size.height / 2);
Offset get centerLeftPosition =>
Offset(_position.dx, _position.dy + _size.height / 2);