videoFit property
Rx<BoxFit>
get
videoFit
returns the os version returns true if the pip mode can used on the current device, the initial value will be false after check if pip is available return fit of the Video,By default it is set to BoxFit.contain
Implementation
//Future<double> get osVersion async {
//return _pipManager.osVersion;
//}
/// returns true if the pip mode can used on the current device, the initial value will be false after check if pip is available
//Rx<bool> get pipAvailable => _pipAvailable;
/// return fit of the Video,By default it is set to [BoxFit.contain]
Rx<BoxFit> get videoFit => _videoFit;