listBottomWidgets property

List<Widget>? listBottomWidgets
final

The widgets in the bottom 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>? listBottomWidgets;