Whether the object is currently colliding or not.
@override bool get isColliding { return _activeCollisions != null && _activeCollisions!.isNotEmpty; }