itemCountAfter property

int? itemCountAfter
final

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

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

Implementation

final int? itemCountAfter;