seekValue property

double? seekValue
getter/setter pair

The position the user is trying to seek to.

This allows the UI to move the slider while still playing the video, and only actually loading the selected position when the user releases.

Null when the user is not moving the slider.

Implementation

double? seekValue;