Is it true that setting a constants file in Flutter with `SizedBox` width and height make the app more performant?
I came across this article in which the author says that it's more performant defining a file with all SizedBox width and height constants that is going to be imported each time a SizedBox is needed. Is it true? Or…