isVideoLooping property

bool isVideoLooping

returns true if loop is enabled

Implementation

bool get isVideoLooping => _ctr.videoCtr?.value.isLooping ?? false;