looping property

bool looping
final

Whether picker items should loop infinitely when scrolling.

When true, scrolling past the last item wraps to the first item, and scrolling before the first item wraps to the last item. This creates an infinite scrolling effect.

When false, scrolling stops at the first and last items.

Defaults to false.

Implementation

final bool looping;