customBuilder property

bool customBuilder
final

Indicates whether a custom builder is used, enabling MultiSliver for sliver-based rendering.

Set to true in the Collection.custom constructor, allowing each built item to be a sliver.

Implementation

final bool customBuilder;