infinite property

bool infinite
final

Whether the carousel should loop infinitely.

If true, the carousel will create an infinite loop of items, allowing continuous scrolling in both directions.

Defaults to false.

Implementation

final bool infinite;