trimPosition property
double
get
trimPosition
Get the VideoPosition (Range is 0.0 to 1.0).
Implementation
double get trimPosition => videoPosition.inMilliseconds / videoDuration.inMilliseconds;
Get the VideoPosition (Range is 0.0 to 1.0).
double get trimPosition => videoPosition.inMilliseconds / videoDuration.inMilliseconds;