loop property

  1. @Input.new()
bool loop
getter/setter pair

Whether focus movement loops from the end of the list to the beginning of the list. Default is false.

Implementation

@Input()
bool loop = false;