minDuration property

Duration minDuration
final

Get the minDuration param. By giving this parameters, you ensure that the UI and controller function will avoid to select or generate a video smaller than this Duration.

Defaults to Duration.zero. Throw a VideoMinDurationError error at initialization if the minDuration is bigger then videoDuration

Implementation

final Duration minDuration;