Flutter - Remove the extra top of second appbar

44 Views Asked by At

I have a page: return Scaffold (appBar: appBar1...) I have a package, in the package i have a pageA - return Scaffold (appBar: Appbar1) . When i push a new screen from pageA - this navigate to the new page return Scaffold (appBar: appBar2...) - and has an issues: has the extra space above

How can i remove this. Thanks enter image description here

Hi everyone,

I have a page: return Scaffold (appBar: appBar1...) I have a package, in the package i have a pageA - return Scaffold (appBar: Appbar1) . When i push a new screen from pageA - this navigate to the new page return Scaffold (appBar: appBar2...) - and has an issues: has the extra space above

How can i remove this. Thanks [

0

There are 0 best solutions below