maxChildIteration property

int maxChildIteration
final

The maximum of iterations we can do for one child.

When it's impossible to place another child, a FlutterError is thrown when this number of iterations for one child is reached.

Implementation

final int maxChildIteration;