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 how can we confirm what he says is true? Or, what happens if I use his approach, would it be counterproductive?