Returns the next step to be executed as part of the loop. If null is returned the loop will end.
null
late final Step? Function(int index) build;