Flutter two Listview in Row
I have 2 listview row widgets inside and I put them inside a SingleChildScrollView so that both have the same scroll. But nothing is visible. Here is the code: child: Row(children: [ SingleChildScrollView( child: Row( children: [ Expanded( child: ListView(…