videoFit property

Rx<BoxFit> get videoFit

return fit of the Video,By default it is set to BoxFit.contain

Implementation

Rx<BoxFit> get videoFit => _videoFit;