sliverContexts property

List<BuildContext> Function()? sliverContexts
finalinherited

The callback of getting all sliver's buildContext.

Implementation

final List<BuildContext> Function()? sliverContexts;