The method ‘findRenderObject’ was called on null

This is happening because the item (9th onwards) is not yet rendered. ListView does the lazy rendering.

So if you want to achieve this, you need to you “SingleChildScrollView” with axis as “Axis.horizontal”.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top