[QUESTION] Can I have parent scroll?
Opened this issue · 0 comments
AnimirSoft commented
Expanded
-- SingleChildScrollView
----- Column
------- HtmlEditor
------- Container
It has this structure.
Instead of having a scroll position in HTMleditor (child)
Can I enable scrolling in SingleChildScrollView (parent)?
The Container (child) allows you to scroll through SingleChildScrollView (parent).