python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Few pixels beetween sliverApp bar and the rest of my page
I work on a flutter app to learn, however on my junnction beetween my sliver AppBar title and the rest of my page i have few pixels.
I try to put margin negative.
Do you have an idea how to remove it ...

Gum
Votes: 0
Answers: 1
How to make persistent AppBar and floating widget just below AppBar in flutter
I want to make my AppBar persistent (it should not float like tabbar) while I want to place a widget or say tabbar just below appbar which will float and be pinned to appbar just like spotify app of l...

Mithson
Votes: 0
Answers: 4
How to make one part of body scrollable and other as fixed when using SliverAppBar
I'm trying to make a UI in flutter wherein I'm using SliverAppBar(I mention this because I need to use either CustomScrollView or NestedScrollView) and now in the body, I was to make the first two ele...
randomnerd
Votes: 0
Answers: 1
Do not want rounded corners in the AppBar when the Sliver App Bar is collapsed
I'm trying to implement a layout, where the Sliver App Bar has rounded bottom corners when expanded, but when it is collapsed I do not want those rounded corners.
Actual Behaviour:
enter image descrip...
Anmol Singh Sahi
Votes: 0
Answers: 2