range property

Tween<Duration>? range
final

It's the range of the video where it's going to play. For example, you want to play the video from Duration.zero to Duration(minutes: 2)

Implementation

final Tween<Duration>? range;