playTimeNotifier property
Notifier providing the current video playback position.
When non-null and the layer has Layer.startTime / Layer.endTime, the layer is animated in/out based on the current time.
Implementation
final ValueNotifier<Duration>? playTimeNotifier;