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