Yes, because what produces the scrolling effect is another widget (SingleChildScrollWidget) that acts as a layer that wraps the widgets and makes them scrollable.
What I do here is to put a horizontally scrolling SingleChildScrollWidget inside a vertically scrolling SingleChildScrollWidget.