buildSpeedOption method
Implementation
Widget buildSpeedOption() {
return const IconButton(
icon: Icon(Icons.speed, color: Colors.white),
onPressed: null, // Will be replaced below
);
}
Widget buildSpeedOption() {
return const IconButton(
icon: Icon(Icons.speed, color: Colors.white),
onPressed: null, // Will be replaced below
);
}