EnxPlayerWidget constructor

EnxPlayerWidget(
  1. int uid, {
  2. bool local = false,
  3. int height = 200,
  4. int width = 300,
  5. bool zMediaOverlay = false,
  6. ScalingType mScalingType = ScalingType.SCALE_ASPECT_FIT,
  7. Key? key,
})

Implementation

EnxPlayerWidget(
  this.uid, {
  this.local = false,
  this.height = 200,
  this.width = 300,
  this.zMediaOverlay = false,
  this.mScalingType = ScalingType.SCALE_ASPECT_FIT,
  Key? key,
}) : super(key: key ?? Key(uid.toString()));