I don’t know to keep the left side to be scrolling and right to be static at one place with out changing its position.
2
try to give the left side specific width or try wrap it using expanded
Use Row Widget and wrap the first children in SingleChildScrollView. Don’t forget to put scrollDirection in SingleChildScrollView.
Also, you may need to define the width of a second child.
Click here to cancel reply.
2
Answers
try to give the left side specific width or try wrap it using expanded
Use Row Widget and wrap the first children in SingleChildScrollView. Don’t forget to put scrollDirection in SingleChildScrollView.
Also, you may need to define the width of a second child.