elapsed property
The total elapsed time since the enclosing SceneView started ticking.
A ValueListenable (rather than a raw value) so descendants that care about per-frame time can listen without forcing every dependent to rebuild each frame.
Implementation
final ValueListenable<Duration> elapsed;