totalDuration property
Duration
get
totalDuration
Total duration of the video
Implementation
Duration get totalDuration => _currentDurationState?.total ?? Duration.zero;
Total duration of the video
Duration get totalDuration => _currentDurationState?.total ?? Duration.zero;