initPosition constant

Offset const initPosition

The initial position of the circle when a new circle is created.

This is used to determine if the circle has been given a proper starting position based on available screen space.

Implementation

static const Offset initPosition = Offset(-99999.99999, -99999.99999);