void setupElasticCollision({ bool? enabled, double? restitution, }) { _bouncingObjectEnabled = enabled ?? _bouncingObjectEnabled; _restitution = restitution ?? _restitution; }