post is not positioned under AppBar
when I clicked on the picture except first. I want to make it like Instagram's function. How can I fix it?
Asked
Active
Viewed 190 times
0

Siddharth Mehra
- 1,691
- 1
- 9
- 32

dragonJin
- 11
- 2
1 Answers
0
If you want to make it work, do a logic to calculate the space and set the value directly.
If you use
scrollController.animateTo(180.0,
duration: Duration(milliseconds: 500), curve: Curves.ease);

Jay Nirmal
- 380
- 2
- 10