I am trying to get a container to be exactly half the screen height[after considering the AppBar height] and half the screen width.
This is what I came up with...
Or just simply...
SizedBox( height: MediaQuery.of(context).size.height*0.5, child: ..., ),