position property

ValueNotifier<int> position
final

The position of the current media in milliseconds. It's 0 before the media is opened.

Implementation

final position = ValueNotifier(0);