position property

Rx<Duration> position
final

Current playback position.

Implementation

final Rx<Duration> position = Rx(Duration.zero);