'Flutter, How to implement the hover of the child Widget of PageView in NestedScrollView

How should the layout of the red part in the following image be implemented?

enter image description here

Originally, I wanted to nest another layer of NestedScrollView in PageView, but there will be conflicts when sliding. Is there another way to implement it? Or how can I resolve the swipe conflict?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source