bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

padding into window impossible to delete #247

Closed darkomenx closed 10 months ago

darkomenx commented 10 months ago

In context of creation of splash screen, I want to locate a progress bar at the bottom of the window. My main container AND window have the same size of 250 of height.

BUT

I can view a "padding" into window (after the 250 pixels) that can't overflowed. I don't understand what this appear and particularly delete this.

Example :

bitsdojo_issue_padding

Can you help me to understand what's this and to delete this please ?

Thank you for your help.