bodySliverContexts property

List<BuildContext> bodySliverContexts
getter/setter pair

Record the BuildContext corresponding to all body slivers of NestedScrollView.

Implementation

List<BuildContext> bodySliverContexts = [];