Pageview: Disabling and enabling pageview scroll
I have a condition which I want to disable my pageview scroll while my splash screen is loading. I dont want to use native splash screen etc because I need my splash screen persist until my data is fetched and displayed in the screen. I was already able to do this which my singlechildscrollview like this
I cannot decreasing space between row and page view
I am using a custom app bar and page view. I am trying to decrease the space between SortAndFilterRow and LibraryTabScreen. I don’t use padding or margin or anything else that increases the space between the two of them. I tried using the Flexible widget instead of Expanded for wrapping the page view. This is the LibraryScreen page: