Flutter – SingleChildScrollView is limiting the height of Container to the children despite using Expanded inside Row()
There are two containers inside the row wrapped with expanded but when SingleChildScrollView above Row is used the height of containers is reduced to its children. Without SingleChildScrollView the output is like this but not scrollable. Widget build(BuildContext context) {…