playbackState property

ValueNotifier<PlaybackState> playbackState
final

The playback state of the player. It's PlaybackState.closed berore a media is opened.

Implementation

final playbackState = ValueNotifier(PlaybackState.closed);