*BONUS ENTRY* SwiftUI Mini Project - Part 3 (final)

Christmas Day coding! Merry Christmas one and all! I may do several shorter entries today - whenever there is a good time to have a little session basically. First of all, I am going to tweak and refine the mini project. Also, I want to do a detailed breakdown of each aspect, each line of code. I need to understand that in more detail so I can understand and apply the skills. OK, let's go! Start Time - 13:14 So, first of all, let's see what is needed to 'finish' this project... *Paused for 15 minutes - updating all drivers' stats! OK, so it's not easy just to add in a text box towards the top. I'll leave that for now! The ONLY real thing to add in is to space out the text for when the driver stats come up. Cool! Putting it within a List is the way to go. That's cool, looks MUCH better! Spacing in between the items...harder to do than you think. The custom spacer bit works but then has an error for the final item. So I will instead put some ...