I'm currently trying to create a custom layout with PagedSliverBuilder and StaggeredGridView.custom.
In doing so, it would actually help if AppendedSliverChildBuilderDelegate was public, since otherwise I would have to write my own custom delegate which the exact same functionality.
I'm currently trying to create a custom layout with
PagedSliverBuilder
andStaggeredGridView.custom
.In doing so, it would actually help if
AppendedSliverChildBuilderDelegate
was public, since otherwise I would have to write my own custom delegate which the exact same functionality.Could you add an export?