listTopWidgets property

List<Widget>? listTopWidgets
final

The widgets in the top of inner ScrollView. Note that there is no separator between these widgets, and this is unavailable for UpdatableDataViewStyle.gridView, UpdatableDataViewStyle.sliverGridView, UpdatableDataViewStyle.masonryGridView and UpdatableDataViewStyle.sliverMasonryGridView.

Implementation

final List<Widget>? listTopWidgets;