centerVector2 property
Vector2
get
centerVector2
Implementation
Vector2 get centerVector2 => Vector2(left + width / 2.0, top + height / 2.0);
Vector2 get centerVector2 => Vector2(left + width / 2.0, top + height / 2.0);