headerSliverContexts property

List<BuildContext> headerSliverContexts
getter/setter pair

Record the BuildContext corresponding to all header slivers of NestedScrollView.

Implementation

List<BuildContext> headerSliverContexts = [];