Flutter – The code is telling me that BoxFit is not defined
I'm trying to make an app in Flutter. Its my first time and I stumbled on an error: BoxFit isn't a type The error occurred when I tried to add a background image to the code. I don't know how…