centerPosition property

Offset get centerPosition

Implementation

Offset get centerPosition {
  return Offset(position.dx + size.width / 2, position.dy + size.height / 2);
}