saurabhwadekar / flet_route

Simplest way of flet routing
MIT License
55 stars 3 forks source link

A Stack tool does not work well #6

Closed AngelCard closed 5 months ago

AngelCard commented 1 year ago

Hello, I am working on a program whose background is an image, so to do what I want I must create a container and use the stack tool. The problem is that when I run the program the view comes out with margins on the left, right and top; I already tried setting 'page.padding = 0' and it still doesn't work

image

Taking advantage of the opportunity, can you tell me how to make the container of another view have the height of my laptop, before I used page.window_height, but now since I am routing the program it no longer works