In horizontal mode, none of the items in SingleChildScrollView are scrolled in flutter
I have created some items in SingleChildScrollView and the problem is that none of the items are scrolled in horizontal mode, but the same code scrolls the items in vertical mode. Items are scrollable when scrollDirection: Axis.vertical It can be…