loop property

int loop
final

The optional position inside a loop Widgets can be instantiate inside ListView.builder and other list widgets loop indicates the index position inside them

Implementation

final int loop;