You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ListView.builder with two widgets as children. One of them is a Widget RichText that has many TextSpan children inside. The other is just a RaisedButton.
Expected
I hoped that the Scrollbar length would be dragged through the whole list.
What actually happens
Around the middle of the scrollbar length, the list already reaches the end.
Summary
I have a ListView.builder with two widgets as children. One of them is a Widget RichText that has many TextSpan children inside. The other is just a RaisedButton.
Expected
I hoped that the Scrollbar length would be dragged through the whole list.
What actually happens
Around the middle of the scrollbar length, the list already reaches the end.
Code
cancelCcbButton is just an implementation of a RaisedButton.
Screenshots
At this point, the list is already at its end, but scrollbar in the middle.
As you can see, it's the same screen, and now the scroll was just dragged to the end, without any movement in the screen.
The text was updated successfully, but these errors were encountered: