position property
The position of the current media in milliseconds. It's 0 before the media is opened.
Implementation
final position = ValueNotifier(0);
The position of the current media in milliseconds. It's 0 before the media is opened.
final position = ValueNotifier(0);