In the Build Method there is a SizedBox with Height = 1.5 * fontSize.
I have fontsize = 100, so my Height is 150pixels.
Inside of it there is a Row.
However when you wrap the whole widget in a Container and give color you can see that it is in the bottom of the container.
Could you implement a way to Center vertically?