loop property

bool loop
final

In the case of a single video player, a setting of true causes the player to play the initial video again and again.

In the case of a playlist player (or custom player), the player plays the entire playlist and then starts again at the first video.

Default is false.

Implementation

final bool loop;