itemCountBefore property

int? itemCountBefore
final

The number of items to display before the selected item. A reasonable default will be calculated if not provided.

itemCountBefore + itemCountBefore + 1 cannot be greater than children.length.

Implementation

final int? itemCountBefore;