loop property
Whether focus movement loops from the end of the list to the beginning of
the list. Default is false
.
Implementation
@Input()
bool loop = false;
Whether focus movement loops from the end of the list to the beginning of
the list. Default is false
.
@Input()
bool loop = false;