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