orderedIcon constant
Implementation
static const orderedIcon = [
Icon(Icons.directions_run, color: Colors.red, size: 25),
Icon(Icons.directions_bike, color: Colors.blue, size: 25),
Icon(Icons.directions_car, color: Colors.green, size: 25),
Icon(Icons.atm, color: Colors.yellow, size: 25),
]