start property
The duration after which the animation should start.
If null, animation starts immediately. When specified, the animation remains at progress 0.0 until this duration elapses within the total duration.
Implementation
final Duration? start;