fillGaps property

bool fillGaps
final

Indicates whether gaps should be filled if possible. Setting this value to true is more expansive.

If true the maxChildIteration will be multiplied by the index of the current child.

Defaults to false.

Implementation

final bool fillGaps;