center property

Offset center

Implementation

Offset get center => Offset(
      offset.dx + size.width / 2,
      offset.dy + size.height / 2,
    );