isFinished property

  1. @override
bool get isFinished
override

Whether the playhead reached the end of the document.

Implementation

@override
bool get isFinished => _position >= duration;