VehicleConfig constructor
const
VehicleConfig({})
Implementation
const VehicleConfig({
required this.primaryColor,
this.size = 20.0,
this.direction = VehicleDirection.north,
this.isFlashing = false,
this.isCrashed = false,
this.showEffects = true,
this.animationSpeed = 1.0,
});