When presenting a small piece of extra information on the screen, showing a modal view is essential. With UIKit, we could do this with presentViewController:animated:completion:
function. However, using SwiftUI, we need to twist our thinking towards using view or environment state, as the modal view is now called a sheet.