duration property

ValueNotifier<int> duration
getter/setter pair

当前播放的视频进度

Implementation

ValueNotifier<int> duration = ValueNotifier(0);