listViewBuilderOptions property

ListViewBuilderOptions? listViewBuilderOptions
final

Object that can be set if any of the ListView.builder options need to be overridden. The ResponsiveGridList defines the builder and item count. All other options are optional and can be set through this object.

Implementation

final ListViewBuilderOptions? listViewBuilderOptions;