Often when scroll is fast enough my app shows a small transparent line between scrolling view and persistent header.
Minimal reproducible code: https://gist.github.com/Moonspeaker/0e8573ff6620a7e00b8f7b04937b51a1
This is how it looks recorded on video: https://www.youtube.com/watch?v=DDxu1NTkaMA&feature=youtu.be
I have no clue how to fix this. The issue seems to be in Align
widget with Alginment.bottomCenter
. Column
with MainAxisAlignment.end
works the same way.