sliverChildBuilderDelegateOptions property

SliverChildBuilderDelegateOptions? sliverChildBuilderDelegateOptions
final

Object that can be set if any of the SliverList options need to be overridden. The ResponsiveSliverGridList is created with a SliverChildBuilderDelegate which defines the builder method and the child count. All other options are optional and can be set through this object.

Implementation

final SliverChildBuilderDelegateOptions? sliverChildBuilderDelegateOptions;