I'm trying to set dynamic sizes to the widgets that I implement in my application, I'm currently using:
MediaQuery.of(context).size.width/height
which gives you the size of the screen, but I need the widgets to be based on the size of the scaffolding body and not the full screen