startAt property
This parameter causes the player to begin playing the video at the given number of seconds from the start of the video.
Note that similar to the YoutubePlayerController.seekTo function, the player will look for the closest keyframe to the time you specify. This means that sometimes the play head may seek to just before the requested time, usually no more than around two seconds.
Implementation
final Duration startAt;