SpeedRotation constructor
const
SpeedRotation({})
Implementation
const SpeedRotation({
super.key,
required this.acceleration,
required this.maxSpeed,
required this.radius,
required this.iconImage,
});
const SpeedRotation({
super.key,
required this.acceleration,
required this.maxSpeed,
required this.radius,
required this.iconImage,
});