collisionShape property
The matching physics collision shape. A flat disc has no volume, so
this is a thin CylinderShape (a coin). See discCollisionShape.
Implementation
Shape get collisionShape => discCollisionShape(radius: _radius);
The matching physics collision shape. A flat disc has no volume, so
this is a thin CylinderShape (a coin). See discCollisionShape.
Shape get collisionShape => discCollisionShape(radius: _radius);