looping property

ValueNotifier<bool> looping
final

Whether the player should loop the media. It's false by default.

Implementation

final looping = ValueNotifier(false);