innerController property

ScrollController innerController

The ScrollController provided to the ScrollView in NestedScrollView.body.

Manipulating the ScrollPosition of this controller pushes the outer header sliver(s) up and out of view. The position of the outerController will be set to ScrollPosition.maxScrollExtent, unless you use ScrollPosition.setPixels.

See also:

Implementation

ScrollController get innerController => _coordinator!._innerController;