I want a SliverAppBar at the top of the screen and a SliverFillRemaining below the ReorderableListView.
I've tried multiple solutions and keep getting different errors with each one. CustomSCrollView with the ReorderableListView placed inside the slivers property gives the error "Failed assertion: line 4345 pos 14: 'owner._debugCurrentBuildTarget == this': is not true."
I have also tried adding a SliverChildListDelegate and putting the ReorderableListView inside that, which gives another error.
Shows black screen - see comment. Also gives error: The following assertion was thrown during performResize(): _RenderTheatre object was given an infinite size during layout.
And also this error: BoxConstraints forces an infinite height.