SpeedDisplayWidget constructor
//////////// ////////////
Implementation
// II.B - Constructor
///////////////
const SpeedDisplayWidget({
super.key,
required this.gpsSpeed,
this.speedLimit,
this.obdSpeed,
this.useImperialUnits = false,
});
//////////// ////////////
// II.B - Constructor
///////////////
const SpeedDisplayWidget({
super.key,
required this.gpsSpeed,
this.speedLimit,
this.obdSpeed,
this.useImperialUnits = false,
});