AndroidOption constructor

const AndroidOption({
  1. bool isTouchWidget = true,
  2. bool rotateViewAuto = false,
  3. bool lockLand = false,
  4. bool autoFullWithSize = false,
  5. bool showFullAnimation = false,
  6. bool needLockFull = true,
  7. bool cacheWithPlay = false,
  8. String videoTitle = "",
  9. bool needOrientationUtils = false,
})

Implementation

const AndroidOption(
    {this.isTouchWidget = true,
    this.rotateViewAuto = false,
    this.lockLand = false,
    this.autoFullWithSize = false,
    this.showFullAnimation = false,
    this.needLockFull = true,
    this.cacheWithPlay = false,
    this.videoTitle = "",
    this.needOrientationUtils = false});