infiniteAutoScroll property

bool infiniteAutoScroll
final

Defines if the autoScroll should be infinite, returning to the first page after it reaches the last one.

@Default false

it can only be true if autoScrollDuration is not null

Implementation

final bool infiniteAutoScroll;