playState property

ValueNotifier<PlayState> playState
getter/setter pair

播放器加载状态

Implementation

ValueNotifier<PlayState> playState = ValueNotifier(PlayState.loading);