position property

ValueNotifier<int> position
getter/setter pair

当前播放的视频进度

Implementation

ValueNotifier<int> position = ValueNotifier(0);