status property

Implementation

final ValueNotifier<PlaybackStatus> status = ValueNotifier(
  PlaybackStatus.finished,
);