Flutter Flame Box2D: BodyComponent being rendered even though I set renderBody to false
I am making a simple basketball shoot game in Flutter Flame and am using Box2D for the physics. I am trying to make the ball a BodyComponent but for some reason, when I try to not render the BodyComponent (only trying to see the sprite), it keep showing. Here is the code: