itemCount property

int? itemCount
final

The length of items that are rendered through ReorderableBuilder.builder.

This count ensures that the drag and drop only happens the items in a valid range and ignores any other item out of this range.

Implementation

final int? itemCount;