SingleChildScrollView and ListView.builder scoll is showing in wrong place in Flutter
The scrollbar of the SingleChildScrollView
is appearing for the entire Column
, rather than just the content inside the SingleChildScrollView
. I want to either remove the scrollbar entirely or ensure that the scrollbar only applies to the SingleChildScrollView
. Please let me know what I’m doing wrong ?