trimPosition property
      
      double
      get
      trimPosition
      
    
    
Get the trimPosition, which is the videoPosition in the trim slider
Range of the param is 0.0 to 1.0.
Implementation
double get trimPosition =>
    videoPosition.inMilliseconds / videoDuration.inMilliseconds;