I created a ball like this:
var rect = Rect.fromLTWH(40, size.height / 2 - 20, 40, 40); final Path circle = Path()..addOval(rect);
and this is